Html Css Color HEX #714570 Eminence

📋 copy color: '#714570'

red 113 ◦ green 69 ◦ blue 112

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

Shades of Eminence #714570

Tints of Eminence #714570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 38.44%
G = 23.47%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#714570 (or 0x714570) is known color: Eminence. HEX triplet: 71, 45 and 70. RGB value is (113,69,112). Sum of RGB (Red+Green+Blue) = 113+69+112=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #714570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714570 is #8EBA8F. Grayscale: #565656. Windows color (decimal): -9353872 or 7357809. OLE color: 7357809.

HSL color Cylindrical-coordinate representation of color #714570: hue angle of 301.36º 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 #714570 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 69 112 -
CMYK 0 0.39 0.01 0.56
HSL 301.36º 0.24% 0.36% -
HSV(B) 301.36º 0.39% 0.44% -
XYZ 11.86 8.94 16.43 -
YUV 87.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 113 69 112 0 0.39 0.01 0.56 301.36 0.24 0.36
Hex 71 45 70 0 27 1 38 12D 18 24
Octal 161 105 160 0 47 1 70 455 30 44
Binary 1110001 1000101 1110000 0 100111 1 111000 100101101 11000 100100

Color Harmonies of #714570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714570

Black with #714570

Text Example


Text Example

White with #714570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714570; }

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

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

background-color css

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

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

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

border-color css

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

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

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