#693977

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

Shades of Eminence #693977

Tints of Eminence #693977

Color information

#693977 (or 0x693977) is unknown color: approx Eminence. HEX triplet: 69, 39 and 77. RGB value is (105,57,119). Sum of RGB (Red+Green+Blue) = 105+57+119=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #693977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693977 is #96C688. Grayscale: #4E4E4E. Windows color (decimal): -9881225 or 7813481. OLE color: 7813481.

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

Color convert

RGB10557119-
CMYK0.120.5200.53
HSL286.45º35.23%34.51%-
HSV(B)286.45º52.1%46.67%-
XYZ10.627.2618.29-
YUV78.42150.9146.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 119 (46.88% from 255) = 42.35%
R=37.37%
G=20.28%
B=42.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105571190.120.5200.53286.4535.2334.51
Hex693977C3403511e2323
Octal1517116714640654364343
Binary1101001111001111011111001101000110101100011110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693977; }

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

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

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

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

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

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

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

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