Html Css Color HEX #714D78 Affair

📋 copy color: '#714D78'

red 113 ◦ green 77 ◦ blue 120

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

Shades of Affair #714D78

Tints of Affair #714D78

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.84%

 BLUE value IS 120 (47.27% from 255) = 38.71%

R = 36.45%
G = 24.84%
B = 38.71%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#714D78 (or 0x714D78) is known color: Affair. HEX triplet: 71, 4D and 78. RGB value is (113,77,120). Sum of RGB (Red+Green+Blue) = 113+77+120=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #714D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D78 is #8EB287. Grayscale: #5C5C5C. Windows color (decimal): -9351816 or 7884145. OLE color: 7884145.

HSL color Cylindrical-coordinate representation of color #714D78: hue angle of 290.23º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #714D78 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 77 120 -
CMYK 0.06 0.36 0 0.53
HSL 290.23º 0.22% 0.39% -
HSV(B) 290.23º 0.36% 0.47% -
XYZ 12.85 10.17 19.06 -
YUV 92.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 113 77 120 0.06 0.36 0 0.53 290.23 0.22 0.39
Hex 71 4D 78 6 24 0 35 122 16 27
Octal 161 115 170 6 44 0 65 442 26 47
Binary 1110001 1001101 1111000 110 100100 0 110101 100100010 10110 100111

Color Harmonies of #714D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D78

Black with #714D78

Text Example


Text Example

White with #714D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,77,120); }

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

background-color css

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

 a { background-color: rgb(113,77,120); }

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

border-color css

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

 span { border-color: rgb(113,77,120); }

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