Html Css Color HEX #704268 Eminence

📋 copy color: '#704268'

red 112 ◦ green 66 ◦ blue 104

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

Shades of Eminence #704268

Tints of Eminence #704268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 39.72%
G = 23.4%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#704268 (or 0x704268) is known color: Eminence. HEX triplet: 70, 42 and 68. RGB value is (112,66,104). Sum of RGB (Red+Green+Blue) = 112+66+104=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704268 is #8FBD97. Grayscale: #535353. Windows color (decimal): -9420184 or 6832752. OLE color: 6832752.

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

Color convert

RGB 112 66 104 -
CMYK 0 0.41 0.07 0.56
HSL 310.43º 0.26% 0.35% -
HSV(B) 310.43º 0.41% 0.44% -
XYZ 11.13 8.34 14.12 -
YUV 84.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 112 66 104 0 0.41 0.07 0.56 310.43 0.26 0.35
Hex 70 42 68 0 29 7 38 136 1A 23
Octal 160 102 150 0 51 7 70 466 32 43
Binary 1110000 1000010 1101000 0 101001 111 111000 100110110 11010 100011

Color Harmonies of #704268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704268

Black with #704268

Text Example


Text Example

White with #704268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704268; }

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

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

background-color css

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

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

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

border-color css

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

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

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