#693180

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

Shades of Eminence #693180

Tints of Eminence #693180

Color information

#693180 (or 0x693180) is unknown color: approx Eminence. HEX triplet: 69, 31 and 80. RGB value is (105,49,128). Sum of RGB (Red+Green+Blue) = 105+49+128=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #693180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693180 is #96CE7F. Grayscale: #4A4A4A. Windows color (decimal): -9883264 or 8401257. OLE color: 8401257.

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

Color convert

RGB10549128-
CMYK0.180.6200.50
HSL282.53º44.63%34.71%-
HSV(B)282.53º61.72%50.2%-
XYZ10.826.7621.16-
YUV74.75158.05149.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=37.23%
G=17.38%
B=45.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105491280.180.6200.50282.5344.6334.71
Hex693180123E03211b2d23
Octal1516120022760624335543
Binary110100111000110000000100101111100110010100011011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693180; }

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

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

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

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

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

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

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

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