#69367F

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

Shades of Eminence #69367F

Tints of Eminence #69367F

Color information

#69367F (or 0x69367F) is unknown color: approx Eminence. HEX triplet: 69, 36 and 7F. RGB value is (105,54,127). Sum of RGB (Red+Green+Blue) = 105+54+127=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #69367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69367F is #96C980. Grayscale: #4D4D4D. Windows color (decimal): -9881985 or 8337001. OLE color: 8337001.

HSL color Cylindrical-coordinate representation of color #69367F: hue angle of 281.92º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69367F is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10554127-
CMYK0.170.5700.50
HSL281.92º40.33%35.49%-
HSV(B)281.92º57.48%49.8%-
XYZ10.987.1720.88-
YUV77.57155.9147.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 127 (50% from 255) = 44.41%
R=36.71%
G=18.88%
B=44.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105541270.170.5700.50281.9240.3335.49
Hex69367F113903211a2823
Octal1516617721710624325043
Binary11010011101101111111100011110010110010100011010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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