Html Css Color HEX #714975 Eminence

📋 copy color: '#714975'

red 113 ◦ green 73 ◦ blue 117

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

Shades of Eminence #714975

Tints of Eminence #714975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 37.29%
G = 24.09%
B = 38.61%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#714975 (or 0x714975) is known color: Eminence. HEX triplet: 71, 49 and 75. RGB value is (113,73,117). Sum of RGB (Red+Green+Blue) = 113+73+117=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #714975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714975 is #8EB68A. Grayscale: #595959. Windows color (decimal): -9352843 or 7686513. OLE color: 7686513.

HSL color Cylindrical-coordinate representation of color #714975: hue angle of 294.55º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #714975 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 73 117 -
CMYK 0.03 0.38 0 0.54
HSL 294.55º 0.23% 0.37% -
HSV(B) 294.55º 0.38% 0.46% -
XYZ 12.4 9.56 18.02 -
YUV 89.98 143.25 144.42 -
System Red Green Blue C M Y K H S L
Decimal 113 73 117 0.03 0.38 0 0.54 294.55 0.23 0.37
Hex 71 49 75 3 26 0 36 127 17 25
Octal 161 111 165 3 46 0 66 447 27 45
Binary 1110001 1001001 1110101 11 100110 0 110110 100100111 10111 100101

Color Harmonies of #714975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714975

Black with #714975

Text Example


Text Example

White with #714975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714975; }

 p { color: rgb(113,73,117); }

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

background-color css

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

 a { background-color: rgb(113,73,117); }

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

border-color css

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

 span { border-color: rgb(113,73,117); }

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