#68337F

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

Shades of Eminence #68337F

Tints of Eminence #68337F

Color information

#68337F (or 0x68337F) is unknown color: approx Eminence. HEX triplet: 68, 33 and 7F. RGB value is (104,51,127). Sum of RGB (Red+Green+Blue) = 104+51+127=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #68337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68337F is #97CC80. Grayscale: #4B4B4B. Windows color (decimal): -9948289 or 8336232. OLE color: 8336232.

HSL color Cylindrical-coordinate representation of color #68337F: hue angle of 281.84º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68337F is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10451127-
CMYK0.180.6000.50
HSL281.84º42.7%34.9%-
HSV(B)281.84º59.84%49.8%-
XYZ10.726.8420.83-
YUV75.51157.06148.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 127 (50% from 255) = 45.04%
R=36.88%
G=18.09%
B=45.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104511270.180.6000.50281.8442.734.9
Hex68337F123C03211a2b23
Octal1506317722740624325343
Binary11010001100111111111100101111000110010100011010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,51,127); }

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

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

 a { background-color: rgb(104,51,127); }

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

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

 span { border-color: rgb(104,51,127); }

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