#693381

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

Shades of Eminence #693381

Tints of Eminence #693381

Color information

#693381 (or 0x693381) is unknown color: approx Eminence. HEX triplet: 69, 33 and 81. RGB value is (105,51,129). Sum of RGB (Red+Green+Blue) = 105+51+129=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #693381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693381 is #96CC7E. Grayscale: #4B4B4B. Windows color (decimal): -9882751 or 8467305. OLE color: 8467305.

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

Color convert

RGB10551129-
CMYK0.190.6000.49
HSL281.54º43.33%35.29%-
HSV(B)281.54º60.47%50.59%-
XYZ10.976.9621.53-
YUV76.04157.89148.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=36.84%
G=17.89%
B=45.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105511290.190.6000.49281.5443.3335.29
Hex693381133C03111a2b23
Octal1516320123740614325343
Binary110100111001110000001100111111000110001100011010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693381; }

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

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

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

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

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

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

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

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