#693276

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

Shades of Eminence #693276

Tints of Eminence #693276

Color information

#693276 (or 0x693276) is unknown color: approx Eminence. HEX triplet: 69, 32 and 76. RGB value is (105,50,118). Sum of RGB (Red+Green+Blue) = 105+50+118=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #693276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693276 is #96CD89. Grayscale: #494949. Windows color (decimal): -9883018 or 7746153. OLE color: 7746153.

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

Color convert

RGB10550118-
CMYK0.110.5800.54
HSL288.53º40.48%32.94%-
HSV(B)288.53º57.63%46.27%-
XYZ10.246.5917.87-
YUV74.2152.72149.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.46%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=38.46%
G=18.32%
B=43.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105501180.110.5800.54288.5340.4832.94
Hex693276B3A0361212821
Octal1516216613720664415041
Binary1101001110010111011010111110100110110100100001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693276; }

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

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

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

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

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

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

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

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