#6D2857

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

Shades of Palatinate Purple #6D2857

Tints of Palatinate Purple #6D2857

Color information

#6D2857 (or 0x6D2857) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 28 and 57. RGB value is (109,40,87). Sum of RGB (Red+Green+Blue) = 109+40+87=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2857 is #92D7A8. Grayscale: #414141. Windows color (decimal): -9623465 or 5711981. OLE color: 5711981.

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

Color convert

RGB1094087-
CMYK00.630.200.57
HSL319.13º46.31%29.22%-
HSV(B)319.13º63.3%42.75%-
XYZ8.795.469.61-
YUV65.99139.86158.68-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.19%
GREEN value IS 40 (16.02% from 255) = 16.95%
BLUE value IS 87 (34.38% from 255) = 36.86%
R=46.19%
G=16.95%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109408700.630.200.57319.1346.3129.22
Hex6D285703F143913f2e1d
Octal1555012707724714775635
Binary1101101101000101011101111111010011100110011111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,40,87); }

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

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

 a { background-color: rgb(109,40,87); }

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

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

 span { border-color: rgb(109,40,87); }

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