Html Css Color HEX #704276 Eminence

📋 copy color: '#704276'

red 112 ◦ green 66 ◦ blue 118

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

Shades of Eminence #704276

Tints of Eminence #704276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.86%

R = 37.84%
G = 22.3%
B = 39.86%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#704276 (or 0x704276) is known color: Eminence. HEX triplet: 70, 42 and 76. RGB value is (112,66,118). Sum of RGB (Red+Green+Blue) = 112+66+118=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #704276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704276 is #8FBD89. Grayscale: #555555. Windows color (decimal): -9420170 or 7750256. OLE color: 7750256.

HSL color Cylindrical-coordinate representation of color #704276: hue angle of 293.08º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #704276 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 66 118 -
CMYK 0.05 0.44 0 0.54
HSL 293.08º 0.28% 0.36% -
HSV(B) 293.08º 0.44% 0.46% -
XYZ 11.9 8.65 18.18 -
YUV 85.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 112 66 118 0.05 0.44 0 0.54 293.08 0.28 0.36
Hex 70 42 76 5 2C 0 36 125 1C 24
Octal 160 102 166 5 54 0 66 445 34 44
Binary 1110000 1000010 1110110 101 101100 0 110110 100100101 11100 100100

Color Harmonies of #704276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704276

Black with #704276

Text Example


Text Example

White with #704276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704276; }

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

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

background-color css

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

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

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

border-color css

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

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

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