#693580

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

Shades of Eminence #693580

Tints of Eminence #693580

Color information

#693580 (or 0x693580) is unknown color: approx Eminence. HEX triplet: 69, 35 and 80. RGB value is (105,53,128). Sum of RGB (Red+Green+Blue) = 105+53+128=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #693580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693580 is #96CA7F. Grayscale: #4C4C4C. Windows color (decimal): -9882240 or 8402281. OLE color: 8402281.

HSL color Cylindrical-coordinate representation of color #693580: hue angle of 281.6º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #693580 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10553128-
CMYK0.180.5900.50
HSL281.6º41.44%35.49%-
HSV(B)281.6º58.59%50.2%-
XYZ117.1121.21-
YUV77.1156.73147.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 53 (21.09% from 255) = 18.53%
BLUE value IS 128 (50.39% from 255) = 44.76%
R=36.71%
G=18.53%
B=44.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105531280.180.5900.50281.641.4435.49
Hex693580123B03211a2923
Octal1516520022730624325143
Binary110100111010110000000100101110110110010100011010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693580; }

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

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

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

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

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

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

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

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