#6e2a58

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

Shades of Palatinate Purple #6E2A58

Tints of Palatinate Purple #6E2A58

Color information

#6E2A58 (or 0x6E2A58) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 2A and 58. RGB value is (110,42,88). Sum of RGB (Red+Green+Blue) = 110+42+88=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2A58 is #91D5A7. Grayscale: #434343. Windows color (decimal): -9557416 or 5778030. OLE color: 5778030.

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

Color convert

RGB1104288-
CMYK00.620.20.57
HSL319.41º44.74%29.8%-
HSV(B)319.41º61.82%43.14%-
XYZ9.025.689.85-
YUV67.58139.53158.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.83%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 88 (34.77% from 255) = 36.67%
R=45.83%
G=17.5%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.2
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110428800.620.20.57319.4144.7429.8
Hex6E2A5803E143913f2d1e
Octal1565213007624714775536
Binary1101110101010101100001111101010011100110011111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e2a58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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