#693377

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

Shades of Eminence #693377

Tints of Eminence #693377

Color information

#693377 (or 0x693377) is unknown color: approx Eminence. HEX triplet: 69, 33 and 77. RGB value is (105,51,119). Sum of RGB (Red+Green+Blue) = 105+51+119=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #693377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693377 is #96CC88. Grayscale: #4A4A4A. Windows color (decimal): -9882761 or 7811945. OLE color: 7811945.

HSL color Cylindrical-coordinate representation of color #693377: hue angle of 287.65º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #693377 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10551119-
CMYK0.120.5700.53
HSL287.65º40%33.33%-
HSV(B)287.65º57.14%46.67%-
XYZ10.346.718.2-
YUV74.9152.89149.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 119 (46.88% from 255) = 43.27%
R=38.18%
G=18.55%
B=43.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105511190.120.5700.53287.654033.33
Hex693377C390351202821
Octal1516316714710654405041
Binary1101001110011111011111001110010110101100100000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693377; }

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

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

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

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

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

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

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

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