#6E0759

Color #6E0759 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #6E0759

Tints of Palatinate Purple #6E0759

Color information

#6E0759 (or 0x6E0759) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 07 and 59. RGB value is (110,7,89). Sum of RGB (Red+Green+Blue) = 110+7+89=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0759 is #91F8A6. Grayscale: #2E2E2E. Windows color (decimal): -9566375 or 5834606. OLE color: 5834606.

HSL color Cylindrical-coordinate representation of color #6E0759: hue angle of 312.23º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0759 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB110789-
CMYK00.940.190.57
HSL312.23º88.03%22.94%-
HSV(B)312.23º93.64%43.14%-
XYZ8.314.199.82-
YUV47.14151.62172.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.40%
GREEN value IS 7 (3.12% from 255) = 3.40%
BLUE value IS 89 (35.16% from 255) = 43.20%
R=53.40%
G=3.40%
B=43.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11078900.940.190.57312.2388.0322.94
Hex6E75905E13391385817
Octal15671310136237147013027
Binary110111011110110010101111010011111001100111000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E0759; }

 p { color: rgb(110,7,89); }

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

<style>
 a { background-color: #6E0759; }

 a { background-color: rgb(110,7,89); }

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

<style>
 span { border-color: #6E0759; }

 span { border-color: rgb(110,7,89); }

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