#69367C

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

Shades of Eminence #69367C

Tints of Eminence #69367C

Color information

#69367C (or 0x69367C) is unknown color: approx Eminence. HEX triplet: 69, 36 and 7C. RGB value is (105,54,124). Sum of RGB (Red+Green+Blue) = 105+54+124=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #69367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69367C is #96C983. Grayscale: #4D4D4D. Windows color (decimal): -9881988 or 8140393. OLE color: 8140393.

HSL color Cylindrical-coordinate representation of color #69367C: hue angle of 283.71º 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 #69367C is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10554124-
CMYK0.150.5600.51
HSL283.71º39.33%34.9%-
HSV(B)283.71º56.45%48.63%-
XYZ10.787.119.87-
YUV77.23154.4147.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 54 (21.48% from 255) = 19.08%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=37.10%
G=19.08%
B=43.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105541240.150.5600.51283.7139.3334.9
Hex69367CF3803311c2723
Octal1516617417700634344743
Binary1101001110110111110011111110000110011100011100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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