Html Css Color HEX #704169 Eminence

📋 copy color: '#704169'

red 112 ◦ green 65 ◦ blue 105

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

Shades of Eminence #704169

Tints of Eminence #704169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.23%

R = 39.72%
G = 23.05%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#704169 (or 0x704169) is known color: Eminence. HEX triplet: 70, 41 and 69. RGB value is (112,65,105). Sum of RGB (Red+Green+Blue) = 112+65+105=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704169 is #8FBE96. Grayscale: #535353. Windows color (decimal): -9420439 or 6898032. OLE color: 6898032.

HSL color Cylindrical-coordinate representation of color #704169: hue angle of 308.94º 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 #704169 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 65 105 -
CMYK 0 0.42 0.06 0.56
HSL 308.94º 0.27% 0.35% -
HSV(B) 308.94º 0.42% 0.44% -
XYZ 11.12 8.25 14.37 -
YUV 83.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 112 65 105 0 0.42 0.06 0.56 308.94 0.27 0.35
Hex 70 41 69 0 2A 6 38 135 1B 23
Octal 160 101 151 0 52 6 70 465 33 43
Binary 1110000 1000001 1101001 0 101010 110 111000 100110101 11011 100011

Color Harmonies of #704169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704169

Black with #704169

Text Example


Text Example

White with #704169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704169; }

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

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

background-color css

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

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

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

border-color css

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

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

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