Html Css Color HEX #714870 Eminence

📋 copy color: '#714870'

red 113 ◦ green 72 ◦ blue 112

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

Shades of Eminence #714870

Tints of Eminence #714870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

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

R = 38.05%
G = 24.24%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#714870 (or 0x714870) is known color: Eminence. HEX triplet: 71, 48 and 70. RGB value is (113,72,112). Sum of RGB (Red+Green+Blue) = 113+72+112=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #714870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714870 is #8EB78F. Grayscale: #585858. Windows color (decimal): -9353104 or 7358577. OLE color: 7358577.

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

Color convert

RGB 113 72 112 -
CMYK 0 0.36 0.01 0.56
HSL 301.46º 0.22% 0.36% -
HSV(B) 301.46º 0.36% 0.44% -
XYZ 12.05 9.32 16.49 -
YUV 88.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 113 72 112 0 0.36 0.01 0.56 301.46 0.22 0.36
Hex 71 48 70 0 24 1 38 12D 16 24
Octal 161 110 160 0 44 1 70 455 26 44
Binary 1110001 1001000 1110000 0 100100 1 111000 100101101 10110 100100

Color Harmonies of #714870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714870

Black with #714870

Text Example


Text Example

White with #714870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714870; }

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

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

background-color css

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

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

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

border-color css

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

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

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