#693970

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

Shades of Eminence #693970

Tints of Eminence #693970

Color information

#693970 (or 0x693970) is unknown color: approx Eminence. HEX triplet: 69, 39 and 70. RGB value is (105,57,112). Sum of RGB (Red+Green+Blue) = 105+57+112=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #693970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693970 is #96C68F. Grayscale: #4D4D4D. Windows color (decimal): -9881232 or 7354729. OLE color: 7354729.

HSL color Cylindrical-coordinate representation of color #693970: hue angle of 292.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #693970 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10557112-
CMYK0.060.4900.56
HSL292.36º32.54%33.14%-
HSV(B)292.36º49.11%43.92%-
XYZ10.217.116.16-
YUV77.62147.4147.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=38.32%
G=20.80%
B=40.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105571120.060.4900.56292.3632.5433.14
Hex6939706310381242121
Octal151711606610704444141
Binary110100111100111100001101100010111000100100100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693970; }

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

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

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

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

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

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

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

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