#69397C

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

Shades of Eminence #69397C

Tints of Eminence #69397C

Color information

#69397C (or 0x69397C) is unknown color: approx Eminence. HEX triplet: 69, 39 and 7C. RGB value is (105,57,124). Sum of RGB (Red+Green+Blue) = 105+57+124=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #69397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69397C is #96C683. Grayscale: #4E4E4E. Windows color (decimal): -9881220 or 8141161. OLE color: 8141161.

HSL color Cylindrical-coordinate representation of color #69397C: hue angle of 282.99º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69397C is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10557124-
CMYK0.150.5400.51
HSL282.99º37.02%35.49%-
HSV(B)282.99º54.03%48.63%-
XYZ10.937.3819.92-
YUV78.99153.4146.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 57 (22.66% from 255) = 19.93%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=36.71%
G=19.93%
B=43.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105571240.150.5400.51282.9937.0235.49
Hex69397CF3603311b2523
Octal1517117417660634334543
Binary1101001111001111110011111101100110011100011011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69397C; }

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

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

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

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

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

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

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

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