#693781

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

Shades of Eminence #693781

Tints of Eminence #693781

Color information

#693781 (or 0x693781) is unknown color: approx Eminence. HEX triplet: 69, 37 and 81. RGB value is (105,55,129). Sum of RGB (Red+Green+Blue) = 105+55+129=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 129 - color contains mainly: blue. Hex color #693781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693781 is #96C87E. Grayscale: #4E4E4E. Windows color (decimal): -9881727 or 8468329. OLE color: 8468329.

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

Color convert

RGB10555129-
CMYK0.190.5700.49
HSL280.54º40.22%36.08%-
HSV(B)280.54º57.36%50.59%-
XYZ11.157.3221.59-
YUV78.39156.56146.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 55 (21.88% from 255) = 19.03%
BLUE value IS 129 (50.78% from 255) = 44.64%
R=36.33%
G=19.03%
B=44.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105551290.190.5700.49280.5440.2236.08
Hex69378113390311192824
Octal1516720123710614315044
Binary110100111011110000001100111110010110001100011001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693781; }

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

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

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

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

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

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

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

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