Html Css Color HEX #714470 Eminence

📋 copy color: '#714470'

red 113 ◦ green 68 ◦ blue 112

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

Shades of Eminence #714470

Tints of Eminence #714470

RGB

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

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

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

R = 38.57%
G = 23.21%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#714470 (or 0x714470) is known color: Eminence. HEX triplet: 71, 44 and 70. RGB value is (113,68,112). Sum of RGB (Red+Green+Blue) = 113+68+112=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #714470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714470 is #8EBB8F. Grayscale: #565656. Windows color (decimal): -9354128 or 7357553. OLE color: 7357553.

HSL color Cylindrical-coordinate representation of color #714470: hue angle of 301.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #714470 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 112 -
CMYK 0 0.40 0.01 0.56
HSL 301.33º 0.25% 0.35% -
HSV(B) 301.33º 0.4% 0.44% -
XYZ 11.8 8.81 16.41 -
YUV 86.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 113 68 112 0 0.40 0.01 0.56 301.33 0.25 0.35
Hex 71 44 70 0 28 1 38 12D 19 23
Octal 161 104 160 0 50 1 70 455 31 43
Binary 1110001 1000100 1110000 0 101000 1 111000 100101101 11001 100011

Color Harmonies of #714470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714470

Black with #714470

Text Example


Text Example

White with #714470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714470; }

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

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

background-color css

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

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

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

border-color css

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

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

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