#69377E

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

Shades of Eminence #69377E

Tints of Eminence #69377E

Color information

#69377E (or 0x69377E) is unknown color: approx Eminence. HEX triplet: 69, 37 and 7E. RGB value is (105,55,126). Sum of RGB (Red+Green+Blue) = 105+55+126=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #69377E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69377E is #96C881. Grayscale: #4D4D4D. Windows color (decimal): -9881730 or 8271721. OLE color: 8271721.

HSL color Cylindrical-coordinate representation of color #69377E: hue angle of 282.25º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69377E is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10555126-
CMYK0.170.5600.51
HSL282.25º39.23%35.49%-
HSV(B)282.25º56.35%49.41%-
XYZ10.967.2420.56-
YUV78.04155.06147.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 55 (21.88% from 255) = 19.23%
BLUE value IS 126 (49.61% from 255) = 44.06%
R=36.71%
G=19.23%
B=44.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105551260.170.5600.51282.2539.2335.49
Hex69377E113803311a2723
Octal1516717621700634324743
Binary11010011101111111110100011110000110011100011010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69377E; }

 p { color: rgb(105,55,126); }

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

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

 a { background-color: rgb(105,55,126); }

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

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

 span { border-color: rgb(105,55,126); }

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