Html Css Color HEX #704469 Eminence

📋 copy color: '#704469'

red 112 ◦ green 68 ◦ blue 105

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

Shades of Eminence #704469

Tints of Eminence #704469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

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

R = 39.3%
G = 23.86%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#704469 (or 0x704469) is known color: Eminence. HEX triplet: 70, 44 and 69. RGB value is (112,68,105). Sum of RGB (Red+Green+Blue) = 112+68+105=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #704469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704469 is #8FBB96. Grayscale: #555555. Windows color (decimal): -9419671 or 6898800. OLE color: 6898800.

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

Color convert

RGB 112 68 105 -
CMYK 0 0.39 0.06 0.56
HSL 309.55º 0.24% 0.35% -
HSV(B) 309.55º 0.39% 0.44% -
XYZ 11.3 8.6 14.43 -
YUV 85.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 112 68 105 0 0.39 0.06 0.56 309.55 0.24 0.35
Hex 70 44 69 0 27 6 38 136 18 23
Octal 160 104 151 0 47 6 70 466 30 43
Binary 1110000 1000100 1101001 0 100111 110 111000 100110110 11000 100011

Color Harmonies of #704469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704469

Black with #704469

Text Example


Text Example

White with #704469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704469; }

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

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

background-color css

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

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

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

border-color css

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

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

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