Html Css Color HEX #704168 Eminence

📋 copy color: '#704168'

red 112 ◦ green 65 ◦ blue 104

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

Shades of Eminence #704168

Tints of Eminence #704168

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

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

R = 39.86%
G = 23.13%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#704168 (or 0x704168) is known color: Eminence. HEX triplet: 70, 41 and 68. RGB value is (112,65,104). Sum of RGB (Red+Green+Blue) = 112+65+104=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #704168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704168 is #8FBE97. Grayscale: #535353. Windows color (decimal): -9420440 or 6832496. OLE color: 6832496.

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

Color convert

RGB 112 65 104 -
CMYK 0 0.42 0.07 0.56
HSL 310.21º 0.27% 0.35% -
HSV(B) 310.21º 0.42% 0.44% -
XYZ 11.07 8.22 14.1 -
YUV 83.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 112 65 104 0 0.42 0.07 0.56 310.21 0.27 0.35
Hex 70 41 68 0 2A 7 38 136 1B 23
Octal 160 101 150 0 52 7 70 466 33 43
Binary 1110000 1000001 1101000 0 101010 111 111000 100110110 11011 100011

Color Harmonies of #704168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704168

Black with #704168

Text Example


Text Example

White with #704168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704168; }

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

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

background-color css

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

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

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

border-color css

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

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

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