#693081

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

Shades of Eminence #693081

Tints of Eminence #693081

Color information

#693081 (or 0x693081) is unknown color: approx Eminence. HEX triplet: 69, 30 and 81. RGB value is (105,48,129). Sum of RGB (Red+Green+Blue) = 105+48+129=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #693081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693081 is #96CF7E. Grayscale: #4A4A4A. Windows color (decimal): -9883519 or 8466537. OLE color: 8466537.

HSL color Cylindrical-coordinate representation of color #693081: hue angle of 282.22º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #693081 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10548129-
CMYK0.190.6300.49
HSL282.22º45.76%34.71%-
HSV(B)282.22º62.79%50.59%-
XYZ10.856.721.49-
YUV74.28158.88149.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 48 (19.14% from 255) = 17.02%
BLUE value IS 129 (50.78% from 255) = 45.74%
R=37.23%
G=17.02%
B=45.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105481290.190.6300.49282.2245.7634.71
Hex693081133F03111a2e23
Octal1516020123770614325643
Binary110100111000010000001100111111110110001100011010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693081; }

 p { color: rgb(105,48,129); }

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

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

 a { background-color: rgb(105,48,129); }

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

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

 span { border-color: rgb(105,48,129); }

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