#68347A

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

Shades of Eminence #68347A

Tints of Eminence #68347A

Color information

#68347A (or 0x68347A) is unknown color: approx Eminence. HEX triplet: 68, 34 and 7A. RGB value is (104,52,122). Sum of RGB (Red+Green+Blue) = 104+52+122=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #68347A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68347A is #97CB85. Grayscale: #4B4B4B. Windows color (decimal): -9948038 or 8008808. OLE color: 8008808.

HSL color Cylindrical-coordinate representation of color #68347A: hue angle of 284.57º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68347A is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10452122-
CMYK0.150.5700.52
HSL284.57º40.23%34.12%-
HSV(B)284.57º57.38%47.84%-
XYZ10.456.819.17-
YUV75.53154.23148.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 52 (20.70% from 255) = 18.71%
BLUE value IS 122 (48.05% from 255) = 43.88%
R=37.41%
G=18.71%
B=43.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104521220.150.5700.52284.5740.2334.12
Hex68347AF3903411d2822
Octal1506417217710644355042
Binary1101000110100111101011111110010110100100011101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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