#68317F

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

Shades of Eminence #68317F

Tints of Eminence #68317F

Color information

#68317F (or 0x68317F) is unknown color: approx Eminence. HEX triplet: 68, 31 and 7F. RGB value is (104,49,127). Sum of RGB (Red+Green+Blue) = 104+49+127=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #68317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68317F is #97CE80. Grayscale: #4A4A4A. Windows color (decimal): -9948801 or 8335720. OLE color: 8335720.

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

Color convert

RGB10449127-
CMYK0.180.6100.50
HSL282.31º44.32%34.51%-
HSV(B)282.31º61.42%49.8%-
XYZ10.646.6720.81-
YUV74.34157.72149.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 49 (19.53% from 255) = 17.5%
BLUE value IS 127 (50% from 255) = 45.36%
R=37.14%
G=17.5%
B=45.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104491270.180.6100.50282.3144.3234.51
Hex68317F123D03211a2c23
Octal1506117722750624325443
Binary11010001100011111111100101111010110010100011010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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