Html Css Color HEX #714387 Affair

📋 copy color: '#714387'

red 113 ◦ green 67 ◦ blue 135

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

Shades of Affair #714387

Tints of Affair #714387

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.27%

 BLUE value IS 135 (53.13% from 255) = 42.86%

R = 35.87%
G = 21.27%
B = 42.86%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#714387 (or 0x714387) is known color: Affair. HEX triplet: 71, 43 and 87. RGB value is (113,67,135). Sum of RGB (Red+Green+Blue) = 113+67+135=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #714387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714387 is #8EBC78. Grayscale: #585858. Windows color (decimal): -9354361 or 8864625. OLE color: 8864625.

HSL color Cylindrical-coordinate representation of color #714387: hue angle of 280.59º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714387 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 67 135 -
CMYK 0.16 0.50 0 0.47
HSL 280.59º 0.34% 0.4% -
HSV(B) 280.59º 0.5% 0.53% -
XYZ 13.19 9.27 24.02 -
YUV 88.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 113 67 135 0.16 0.50 0 0.47 280.59 0.34 0.4
Hex 71 43 87 10 32 0 2F 119 22 28
Octal 161 103 207 20 62 0 57 431 42 50
Binary 1110001 1000011 10000111 10000 110010 0 101111 100011001 100010 101000

Color Harmonies of #714387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714387

Black with #714387

Text Example


Text Example

White with #714387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714387; }

 p { color: rgb(113,67,135); }

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

background-color css

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

 a { background-color: rgb(113,67,135); }

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

border-color css

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

 span { border-color: rgb(113,67,135); }

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