#693476

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

Shades of Eminence #693476

Tints of Eminence #693476

Color information

#693476 (or 0x693476) is unknown color: approx Eminence. HEX triplet: 69, 34 and 76. RGB value is (105,52,118). Sum of RGB (Red+Green+Blue) = 105+52+118=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #693476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693476 is #96CB89. Grayscale: #4B4B4B. Windows color (decimal): -9882506 or 7746665. OLE color: 7746665.

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

Color convert

RGB10552118-
CMYK0.110.5600.54
HSL288.18º38.82%33.33%-
HSV(B)288.18º55.93%46.27%-
XYZ10.326.7717.9-
YUV75.37152.06149.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=38.18%
G=18.91%
B=42.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105521180.110.5600.54288.1838.8233.33
Hex693476B380361202721
Octal1516416613700664404741
Binary1101001110100111011010111110000110110100100000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693476; }

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

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

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

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

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

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

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

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