Html Css Color HEX #714E89 Affair

📋 copy color: '#714E89'

red 113 ◦ green 78 ◦ blue 137

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

Shades of Affair #714E89

Tints of Affair #714E89

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.78%

 BLUE value IS 137 (53.91% from 255) = 41.77%

R = 34.45%
G = 23.78%
B = 41.77%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#714E89 (or 0x714E89) is known color: Affair. HEX triplet: 71, 4E and 89. RGB value is (113,78,137). Sum of RGB (Red+Green+Blue) = 113+78+137=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #714E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714E89 is #8EB176. Grayscale: #5E5E5E. Windows color (decimal): -9351543 or 8998513. OLE color: 8998513.

HSL color Cylindrical-coordinate representation of color #714E89: hue angle of 275.59º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #714E89 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 78 137 -
CMYK 0.18 0.43 0 0.46
HSL 275.59º 0.27% 0.42% -
HSV(B) 275.59º 0.43% 0.54% -
XYZ 14.05 10.77 25 -
YUV 95.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 113 78 137 0.18 0.43 0 0.46 275.59 0.27 0.42
Hex 71 4E 89 12 2B 0 2E 114 1B 2A
Octal 161 116 211 22 53 0 56 424 33 52
Binary 1110001 1001110 10001001 10010 101011 0 101110 100010100 11011 101010

Color Harmonies of #714E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E89

Black with #714E89

Text Example


Text Example

White with #714E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714E89; }

 p { color: rgb(113,78,137); }

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

background-color css

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

 a { background-color: rgb(113,78,137); }

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

border-color css

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

 span { border-color: rgb(113,78,137); }

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