#69377B

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

Shades of Eminence #69377B

Tints of Eminence #69377B

Color information

#69377B (or 0x69377B) is unknown color: approx Eminence. HEX triplet: 69, 37 and 7B. RGB value is (105,55,123). Sum of RGB (Red+Green+Blue) = 105+55+123=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #69377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69377B is #96C884. Grayscale: #4D4D4D. Windows color (decimal): -9881733 or 8075113. OLE color: 8075113.

HSL color Cylindrical-coordinate representation of color #69377B: hue angle of 284.12º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69377B is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10555123-
CMYK0.150.5500.52
HSL284.12º38.2%34.9%-
HSV(B)284.12º55.28%48.24%-
XYZ10.777.1719.55-
YUV77.7153.56147.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 55 (21.88% from 255) = 19.43%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=37.10%
G=19.43%
B=43.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105551230.150.5500.52284.1238.234.9
Hex69377BF3703411c2623
Octal1516717317670644344643
Binary1101001110111111101111111101110110100100011100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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