#6E2255

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

Shades of Palatinate Purple #6E2255

Tints of Palatinate Purple #6E2255

Color information

#6E2255 (or 0x6E2255) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 22 and 55. RGB value is (110,34,85). Sum of RGB (Red+Green+Blue) = 110+34+85=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2255 is #91DDAA. Grayscale: #3E3E3E. Windows color (decimal): -9559467 or 5579374. OLE color: 5579374.

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

Color convert

RGB1103485-
CMYK00.690.230.57
HSL319.74º52.78%28.24%-
HSV(B)319.74º69.09%43.14%-
XYZ8.645.119.13-
YUV62.54140.68161.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.03%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=48.03%
G=14.85%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110348500.690.230.57319.7452.7828.24
Hex6E22550451739140351c
Octal15642125010527715006534
Binary11011101000101010101010001011011111100110100000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,34,85); }

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

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

 a { background-color: rgb(110,34,85); }

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

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

 span { border-color: rgb(110,34,85); }

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