#693382

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

Shades of Eminence #693382

Tints of Eminence #693382

Color information

#693382 (or 0x693382) is unknown color: approx Eminence. HEX triplet: 69, 33 and 82. RGB value is (105,51,130). Sum of RGB (Red+Green+Blue) = 105+51+130=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #693382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693382 is #96CC7D. Grayscale: #4B4B4B. Windows color (decimal): -9882750 or 8532841. OLE color: 8532841.

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

Color convert

RGB10551130-
CMYK0.190.6100.49
HSL281.01º43.65%35.49%-
HSV(B)281.01º60.77%50.98%-
XYZ11.046.9821.89-
YUV76.15158.39148.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 130 (51.17% from 255) = 45.45%
R=36.71%
G=17.83%
B=45.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105511300.190.6100.49281.0143.6535.49
Hex693382133D0311192c23
Octal1516320223750614315443
Binary110100111001110000010100111111010110001100011001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693382; }

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

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

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

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

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

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

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

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