#68347E

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

Shades of Eminence #68347E

Tints of Eminence #68347E

Color information

#68347E (or 0x68347E) is unknown color: approx Eminence. HEX triplet: 68, 34 and 7E. RGB value is (104,52,126). Sum of RGB (Red+Green+Blue) = 104+52+126=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #68347E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68347E is #97CB81. Grayscale: #4B4B4B. Windows color (decimal): -9948034 or 8270952. OLE color: 8270952.

HSL color Cylindrical-coordinate representation of color #68347E: hue angle of 282.16º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68347E is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10452126-
CMYK0.170.5900.51
HSL282.16º41.57%34.9%-
HSV(B)282.16º58.73%49.41%-
XYZ10.76.9120.51-
YUV75.98156.23147.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 126 (49.61% from 255) = 44.68%
R=36.88%
G=18.44%
B=44.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104521260.170.5900.51282.1641.5734.9
Hex68347E113B03311a2a23
Octal1506417621730634325243
Binary11010001101001111110100011110110110011100011010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68347E; }

 p { color: rgb(104,52,126); }

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

<style>
 a { background-color: #68347E; }

 a { background-color: rgb(104,52,126); }

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

<style>
 span { border-color: #68347E; }

 span { border-color: rgb(104,52,126); }

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