#694179

Color #694179 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #694179

Tints of Eminence #694179

Color information

#694179 (or 0x694179) is unknown color: approx Eminence. HEX triplet: 69, 41 and 79. RGB value is (105,65,121). Sum of RGB (Red+Green+Blue) = 105+65+121=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #694179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694179 is #96BE86. Grayscale: #535353. Windows color (decimal): -9879175 or 7946601. OLE color: 7946601.

HSL color Cylindrical-coordinate representation of color #694179: hue angle of 282.86º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #694179 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10565121-
CMYK0.130.4600.53
HSL282.86º30.11%36.47%-
HSV(B)282.86º46.28%47.45%-
XYZ11.178.1619.08-
YUV83.34149.25143.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 121 (47.66% from 255) = 41.58%
R=36.08%
G=22.34%
B=41.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105651210.130.4600.53282.8630.1136.47
Hex694179D2E03511b1e24
Octal15110117115560654333644
Binary1101001100000111110011101101110011010110001101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694179; }

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

 H1.HeaderClassName
 {
   color: #694179;
 }
 .AnyTagClassName
 {
   color: #694179;
 }
</style>
background-color css

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

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

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

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

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

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