#693575

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

Shades of Eminence #693575

Tints of Eminence #693575

Color information

#693575 (or 0x693575) is unknown color: approx Eminence. HEX triplet: 69, 35 and 75. RGB value is (105,53,117). Sum of RGB (Red+Green+Blue) = 105+53+117=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #693575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693575 is #96CA8A. Grayscale: #4B4B4B. Windows color (decimal): -9882251 or 7681385. OLE color: 7681385.

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

Color convert

RGB10553117-
CMYK0.100.5500.54
HSL288.75º37.65%33.33%-
HSV(B)288.75º54.7%45.88%-
XYZ10.316.8317.61-
YUV75.84151.23148.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 117 (46.09% from 255) = 42.55%
R=38.18%
G=19.27%
B=42.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105531170.100.5500.54288.7537.6533.33
Hex693575A370361212621
Octal1516516512670664414641
Binary1101001110101111010110101101110110110100100001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693575; }

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

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

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

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

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

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

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

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