Html Css Color HEX #714479 Eminence

📋 copy color: '#714479'

red 113 ◦ green 68 ◦ blue 121

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

Shades of Eminence #714479

Tints of Eminence #714479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.52%

 BLUE value IS 121 (47.66% from 255) = 40.07%

R = 37.42%
G = 22.52%
B = 40.07%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#714479 (or 0x714479) is known color: Eminence. HEX triplet: 71, 44 and 79. RGB value is (113,68,121). Sum of RGB (Red+Green+Blue) = 113+68+121=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #714479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714479 is #8EBB86. Grayscale: #575757. Windows color (decimal): -9354119 or 7947377. OLE color: 7947377.

HSL color Cylindrical-coordinate representation of color #714479: hue angle of 290.94º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #714479 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 68 121 -
CMYK 0.07 0.44 0 0.53
HSL 290.94º 0.28% 0.37% -
HSV(B) 290.94º 0.44% 0.47% -
XYZ 12.33 9.03 19.18 -
YUV 87.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 113 68 121 0.07 0.44 0 0.53 290.94 0.28 0.37
Hex 71 44 79 7 2C 0 35 123 1C 25
Octal 161 104 171 7 54 0 65 443 34 45
Binary 1110001 1000100 1111001 111 101100 0 110101 100100011 11100 100101

Color Harmonies of #714479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714479

Black with #714479

Text Example


Text Example

White with #714479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714479; }

 p { color: rgb(113,68,121); }

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

background-color css

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

 a { background-color: rgb(113,68,121); }

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

border-color css

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

 span { border-color: rgb(113,68,121); }

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