#6E2960

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

Shades of Palatinate Purple #6E2960

Tints of Palatinate Purple #6E2960

Color information

#6E2960 (or 0x6E2960) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 29 and 60. RGB value is (110,41,96). Sum of RGB (Red+Green+Blue) = 110+41+96=247 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.53% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2960 is #91D69F. Grayscale: #434343. Windows color (decimal): -9557664 or 6302062. OLE color: 6302062.

HSL color Cylindrical-coordinate representation of color #6E2960: hue angle of 312.17º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E2960 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB1104196-
CMYK00.630.130.57
HSL312.17º45.7%29.61%-
HSV(B)312.17º62.73%43.14%-
XYZ9.335.7511.68-
YUV67.9143.86158.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.53%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=44.53%
G=16.60%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110419600.630.130.57312.1745.729.61
Hex6E296003FD391382e1e
Octal1565114007715714705636
Binary110111010100111000000111111110111100110011100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,41,96); }

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

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

 a { background-color: rgb(110,41,96); }

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

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

 span { border-color: rgb(110,41,96); }

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