Html Css Color HEX #714574 Eminence

📋 copy color: '#714574'

red 113 ◦ green 69 ◦ blue 116

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

Shades of Eminence #714574

Tints of Eminence #714574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.15%

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 37.92%
G = 23.15%
B = 38.93%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#714574 (or 0x714574) is known color: Eminence. HEX triplet: 71, 45 and 74. RGB value is (113,69,116). Sum of RGB (Red+Green+Blue) = 113+69+116=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #714574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714574 is #8EBA8B. Grayscale: #575757. Windows color (decimal): -9353868 or 7619953. OLE color: 7619953.

HSL color Cylindrical-coordinate representation of color #714574: hue angle of 296.17º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #714574 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 69 116 -
CMYK 0.03 0.41 0 0.55
HSL 296.17º 0.25% 0.36% -
HSV(B) 296.17º 0.41% 0.45% -
XYZ 12.09 9.03 17.63 -
YUV 87.51 144.08 146.18 -
System Red Green Blue C M Y K H S L
Decimal 113 69 116 0.03 0.41 0 0.55 296.17 0.25 0.36
Hex 71 45 74 3 29 0 37 128 19 24
Octal 161 105 164 3 51 0 67 450 31 44
Binary 1110001 1000101 1110100 11 101001 0 110111 100101000 11001 100100

Color Harmonies of #714574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714574

Black with #714574

Text Example


Text Example

White with #714574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714574; }

 p { color: rgb(113,69,116); }

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

background-color css

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

 a { background-color: rgb(113,69,116); }

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

border-color css

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

 span { border-color: rgb(113,69,116); }

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