#6D1555

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

Shades of Palatinate Purple #6D1555

Tints of Palatinate Purple #6D1555

Color information

#6D1555 (or 0x6D1555) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 15 and 55. RGB value is (109,21,85). Sum of RGB (Red+Green+Blue) = 109+21+85=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1555 is #92EAAA. Grayscale: #363636. Windows color (decimal): -9628331 or 5576045. OLE color: 5576045.

HSL color Cylindrical-coordinate representation of color #6D1555: hue angle of 316.36º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1555 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB1092185-
CMYK00.810.220.57
HSL316.36º67.69%25.49%-
HSV(B)316.36º80.73%42.75%-
XYZ8.214.449.02-
YUV54.61145.15166.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.70%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=50.70%
G=9.77%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109218500.810.220.57316.3667.6925.49
Hex6D1555051163913c4419
Octal155251250121267147410431
Binary11011011010110101010101000110110111001100111100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,21,85); }

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

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

 a { background-color: rgb(109,21,85); }

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

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

 span { border-color: rgb(109,21,85); }

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