#693972

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

Shades of Eminence #693972

Tints of Eminence #693972

Color information

#693972 (or 0x693972) is unknown color: approx Eminence. HEX triplet: 69, 39 and 72. RGB value is (105,57,114). Sum of RGB (Red+Green+Blue) = 105+57+114=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #693972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693972 is #96C68D. Grayscale: #4D4D4D. Windows color (decimal): -9881230 or 7485801. OLE color: 7485801.

HSL color Cylindrical-coordinate representation of color #693972: hue angle of 290.53º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693972 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10557114-
CMYK0.080.5000.55
HSL290.53º33.33%33.53%-
HSV(B)290.53º50%44.71%-
XYZ10.337.1416.75-
YUV77.85148.4147.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=38.04%
G=20.65%
B=41.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105571140.080.5000.55290.5333.3333.53
Hex6939728320371232122
Octal1517116210620674434142
Binary1101001111001111001010001100100110111100100011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693972; }

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

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

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

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

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

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

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

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