#693477

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

Shades of Eminence #693477

Tints of Eminence #693477

Color information

#693477 (or 0x693477) is unknown color: approx Eminence. HEX triplet: 69, 34 and 77. RGB value is (105,52,119). Sum of RGB (Red+Green+Blue) = 105+52+119=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #693477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693477 is #96CB88. Grayscale: #4B4B4B. Windows color (decimal): -9882505 or 7812201. OLE color: 7812201.

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

Color convert

RGB10552119-
CMYK0.120.5600.53
HSL287.46º39.18%33.53%-
HSV(B)287.46º56.3%46.67%-
XYZ10.386.7918.22-
YUV75.48152.56149.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 119 (46.88% from 255) = 43.12%
R=38.04%
G=18.84%
B=43.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105521190.120.5600.53287.4639.1833.53
Hex693477C3803511f2722
Octal1516416714700654374742
Binary1101001110100111011111001110000110101100011111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693477; }

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

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

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

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

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

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

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

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