#693577

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

Shades of Eminence #693577

Tints of Eminence #693577

Color information

#693577 (or 0x693577) is unknown color: approx Eminence. HEX triplet: 69, 35 and 77. RGB value is (105,53,119). Sum of RGB (Red+Green+Blue) = 105+53+119=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #693577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693577 is #96CA88. Grayscale: #4B4B4B. Windows color (decimal): -9882249 or 7812457. OLE color: 7812457.

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

Color convert

RGB10553119-
CMYK0.120.5500.53
HSL287.27º38.37%33.73%-
HSV(B)287.27º55.46%46.67%-
XYZ10.436.8818.23-
YUV76.07152.23148.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.91%
GREEN value IS 53 (21.09% from 255) = 19.13%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=37.91%
G=19.13%
B=42.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105531190.120.5500.53287.2738.3733.73
Hex693577C3703511f2622
Octal1516516714670654374642
Binary1101001110101111011111001101110110101100011111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693577; }

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

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

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

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

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

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

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

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