#6E2958

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

Shades of Palatinate Purple #6E2958

Tints of Palatinate Purple #6E2958

Color information

#6E2958 (or 0x6E2958) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 29 and 58. RGB value is (110,41,88). Sum of RGB (Red+Green+Blue) = 110+41+88=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2958 is #91D6A7. Grayscale: #424242. Windows color (decimal): -9557672 or 5777774. OLE color: 5777774.

HSL color Cylindrical-coordinate representation of color #6E2958: hue angle of 319.13º 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 #6E2958 is Cyan = 0, Magento = 0.63, Yellow = 0.2 and Black (K on CMYK) = 0.57.

Color convert

RGB1104188-
CMYK00.630.20.57
HSL319.13º45.7%29.61%-
HSV(B)319.13º62.73%43.14%-
XYZ8.985.619.84-
YUV66.99139.86158.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.03%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=46.03%
G=17.15%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.2
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110418800.630.20.57319.1345.729.61
Hex6E295803F143913f2e1e
Octal1565113007724714775636
Binary1101110101001101100001111111010011100110011111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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