#693576

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

Shades of Eminence #693576

Tints of Eminence #693576

Color information

#693576 (or 0x693576) is unknown color: approx Eminence. HEX triplet: 69, 35 and 76. RGB value is (105,53,118). Sum of RGB (Red+Green+Blue) = 105+53+118=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #693576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693576 is #96CA89. Grayscale: #4B4B4B. Windows color (decimal): -9882250 or 7746921. OLE color: 7746921.

HSL color Cylindrical-coordinate representation of color #693576: hue angle of 288º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #693576 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10553118-
CMYK0.110.5500.54
HSL288º38.01%33.53%-
HSV(B)288º55.08%46.27%-
XYZ10.376.8617.92-
YUV75.96151.73148.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=38.04%
G=19.20%
B=42.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105531180.110.5500.5428838.0133.53
Hex693576B370361202622
Octal1516516613670664404642
Binary1101001110101111011010111101110110110100100000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693576; }

 p { color: rgb(105,53,118); }

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

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

 a { background-color: rgb(105,53,118); }

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

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

 span { border-color: rgb(105,53,118); }

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