Html Css Color HEX #704272 Eminence

📋 copy color: '#704272'

red 112 ◦ green 66 ◦ blue 114

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

Shades of Eminence #704272

Tints of Eminence #704272

RGB

 RED value IS 112 (44.14% from 255) = 38.36%

 GREEN value IS 66 (26.17% from 255) = 22.6%

 BLUE value IS 114 (44.92% from 255) = 39.04%

R = 38.36%
G = 22.6%
B = 39.04%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#704272 (or 0x704272) is known color: Eminence. HEX triplet: 70, 42 and 72. RGB value is (112,66,114). Sum of RGB (Red+Green+Blue) = 112+66+114=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #704272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704272 is #8FBD8D. Grayscale: #555555. Windows color (decimal): -9420174 or 7488112. OLE color: 7488112.

HSL color Cylindrical-coordinate representation of color #704272: hue angle of 297.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #704272 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 66 114 -
CMYK 0.02 0.42 0 0.55
HSL 297.5º 0.27% 0.35% -
HSV(B) 297.5º 0.42% 0.45% -
XYZ 11.67 8.56 16.96 -
YUV 85.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 112 66 114 0.02 0.42 0 0.55 297.5 0.27 0.35
Hex 70 42 72 2 2A 0 37 12A 1B 23
Octal 160 102 162 2 52 0 67 452 33 43
Binary 1110000 1000010 1110010 10 101010 0 110111 100101010 11011 100011

Color Harmonies of #704272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704272

Black with #704272

Text Example


Text Example

White with #704272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704272; }

 p { color: rgb(112,66,114); }

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

background-color css

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

 a { background-color: rgb(112,66,114); }

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

border-color css

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

 span { border-color: rgb(112,66,114); }

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