Html Css Color HEX #714885 Affair

📋 copy color: '#714885'

red 113 ◦ green 72 ◦ blue 133

#714885
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #714885

Tints of Affair #714885

RGB

 RED value IS 113 (44.53% from 255) = 35.53%

 GREEN value IS 72 (28.52% from 255) = 22.64%

 BLUE value IS 133 (52.34% from 255) = 41.82%

R = 35.53%
G = 22.64%
B = 41.82%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#714885 (or 0x714885) is known color: Affair. HEX triplet: 71, 48 and 85. RGB value is (113,72,133). Sum of RGB (Red+Green+Blue) = 113+72+133=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #714885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714885 is #8EB77A. Grayscale: #5B5B5B. Windows color (decimal): -9353083 or 8734833. OLE color: 8734833.

HSL color Cylindrical-coordinate representation of color #714885: hue angle of 280.33º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #714885 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 72 133 -
CMYK 0.15 0.46 0 0.48
HSL 280.33º 0.3% 0.4% -
HSV(B) 280.33º 0.46% 0.52% -
XYZ 13.36 9.84 23.39 -
YUV 91.21 151.58 143.54 -
System Red Green Blue C M Y K H S L
Decimal 113 72 133 0.15 0.46 0 0.48 280.33 0.3 0.4
Hex 71 48 85 F 2E 0 30 118 1E 28
Octal 161 110 205 17 56 0 60 430 36 50
Binary 1110001 1001000 10000101 1111 101110 0 110000 100011000 11110 101000

Color Harmonies of #714885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714885

Black with #714885

Text Example


Text Example

White with #714885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714885; }

 p { color: rgb(113,72,133); }

 H1.HeaderClassName
 {
   color: #714885;
 }
 .AnyTagClassName
 {
   color: #714885;
 }
</style>

background-color css

<style>
 a { background-color: #714885; }

 a { background-color: rgb(113,72,133); }

 div.DivClassName
 {
   background-color: #714885;
 }
 .BgClassName
 {
   background-color: #714885;
 }
</style>

border-color css

<style>
 span { border-color: #714885; }

 span { border-color: rgb(113,72,133); }

 td.TdClassName
 {
   border-color: #714885;
 }
 .TagClassName
 {
   border-color: #714885;
 }
</style>