#693773

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

Shades of Eminence #693773

Tints of Eminence #693773

Color information

#693773 (or 0x693773) is unknown color: approx Eminence. HEX triplet: 69, 37 and 73. RGB value is (105,55,115). Sum of RGB (Red+Green+Blue) = 105+55+115=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #693773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693773 is #96C88C. Grayscale: #4C4C4C. Windows color (decimal): -9881741 or 7550825. OLE color: 7550825.

HSL color Cylindrical-coordinate representation of color #693773: hue angle of 290º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #693773 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10555115-
CMYK0.090.5200.55
HSL290º35.29%33.33%-
HSV(B)290º52.17%45.1%-
XYZ10.296.9717.02-
YUV76.79149.56148.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 55 (21.88% from 255) = 20%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=38.18%
G=20%
B=41.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105551150.090.5200.5529035.2933.33
Hex6937739340371222321
Octal1516716311640674424341
Binary1101001110111111001110011101000110111100100010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693773; }

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

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

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

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

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

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

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

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