#68367F

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

Shades of Eminence #68367F

Tints of Eminence #68367F

Color information

#68367F (or 0x68367F) is unknown color: approx Eminence. HEX triplet: 68, 36 and 7F. RGB value is (104,54,127). Sum of RGB (Red+Green+Blue) = 104+54+127=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #68367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68367F is #97C980. Grayscale: #4D4D4D. Windows color (decimal): -9947521 or 8337000. OLE color: 8337000.

HSL color Cylindrical-coordinate representation of color #68367F: hue angle of 281.1º 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 #68367F is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10454127-
CMYK0.180.5700.50
HSL281.1º40.33%35.49%-
HSV(B)281.1º57.48%49.8%-
XYZ10.867.1120.88-
YUV77.27156.06147.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 127 (50% from 255) = 44.56%
R=36.49%
G=18.95%
B=44.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104541270.180.5700.50281.140.3335.49
Hex68367F12390321192823
Octal1506617722710624315043
Binary11010001101101111111100101110010110010100011001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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