Html Css Color HEX #714070 Eminence

📋 copy color: '#714070'

red 113 ◦ green 64 ◦ blue 112

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

Shades of Eminence #714070

Tints of Eminence #714070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

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

R = 39.1%
G = 22.15%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#714070 (or 0x714070) is known color: Eminence. HEX triplet: 71, 40 and 70. RGB value is (113,64,112). Sum of RGB (Red+Green+Blue) = 113+64+112=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #714070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714070 is #8EBF8F. Grayscale: #535353. Windows color (decimal): -9355152 or 7356529. OLE color: 7356529.

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

Color convert

RGB 113 64 112 -
CMYK 0 0.43 0.01 0.56
HSL 301.22º 0.28% 0.35% -
HSV(B) 301.22º 0.43% 0.44% -
XYZ 11.57 8.35 16.33 -
YUV 84.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 113 64 112 0 0.43 0.01 0.56 301.22 0.28 0.35
Hex 71 40 70 0 2B 1 38 12D 1C 23
Octal 161 100 160 0 53 1 70 455 34 43
Binary 1110001 1000000 1110000 0 101011 1 111000 100101101 11100 100011

Color Harmonies of #714070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714070

Black with #714070

Text Example


Text Example

White with #714070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714070; }

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

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

background-color css

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

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

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

border-color css

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

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

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