Html Css Color HEX #714571 Eminence

📋 copy color: '#714571'

red 113 ◦ green 69 ◦ blue 113

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

Shades of Eminence #714571

Tints of Eminence #714571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 38.31%
G = 23.39%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#714571 (or 0x714571) is known color: Eminence. HEX triplet: 71, 45 and 71. RGB value is (113,69,113). Sum of RGB (Red+Green+Blue) = 113+69+113=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #714571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714571 is #8EBA8E. Grayscale: #575757. Windows color (decimal): -9353871 or 7423345. OLE color: 7423345.

HSL color Cylindrical-coordinate representation of color #714571: hue angle of 300º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #714571 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 69 113 -
CMYK 0 0.39 0 0.56
HSL 300º 0.24% 0.36% -
HSV(B) 300º 0.39% 0.44% -
XYZ 11.92 8.96 16.72 -
YUV 87.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 113 69 113 0 0.39 0 0.56 300 0.24 0.36
Hex 71 45 71 0 27 0 38 12C 18 24
Octal 161 105 161 0 47 0 70 454 30 44
Binary 1110001 1000101 1110001 0 100111 0 111000 100101100 11000 100100

Color Harmonies of #714571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714571

Black with #714571

Text Example


Text Example

White with #714571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714571; }

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

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

background-color css

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

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

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

border-color css

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

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

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