Html Css Color HEX #704068 Eminence

📋 copy color: '#704068'

red 112 ◦ green 64 ◦ blue 104

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

Shades of Eminence #704068

Tints of Eminence #704068

RGB

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

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

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

R = 40%
G = 22.86%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#704068 (or 0x704068) is known color: Eminence. HEX triplet: 70, 40 and 68. RGB value is (112,64,104). Sum of RGB (Red+Green+Blue) = 112+64+104=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704068 is #8FBF97. Grayscale: #525252. Windows color (decimal): -9420696 or 6832240. OLE color: 6832240.

HSL color Cylindrical-coordinate representation of color #704068: hue angle of 310º degrees, saturation: 0.27, 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 #704068 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 64 104 -
CMYK 0 0.43 0.07 0.56
HSL 310º 0.27% 0.35% -
HSV(B) 310º 0.43% 0.44% -
XYZ 11.01 8.11 14.08 -
YUV 82.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 112 64 104 0 0.43 0.07 0.56 310 0.27 0.35
Hex 70 40 68 0 2B 7 38 136 1B 23
Octal 160 100 150 0 53 7 70 466 33 43
Binary 1110000 1000000 1101000 0 101011 111 111000 100110110 11011 100011

Color Harmonies of #704068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704068

Black with #704068

Text Example


Text Example

White with #704068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704068; }

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

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

background-color css

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

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

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

border-color css

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

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

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