#6D1C55

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

Shades of Palatinate Purple #6D1C55

Tints of Palatinate Purple #6D1C55

Color information

#6D1C55 (or 0x6D1C55) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1C and 55. RGB value is (109,28,85). Sum of RGB (Red+Green+Blue) = 109+28+85=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1C55 is #92E3AA. Grayscale: #3A3A3A. Windows color (decimal): -9626539 or 5577837. OLE color: 5577837.

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

Color convert

RGB1092885-
CMYK00.740.220.57
HSL317.78º59.12%26.86%-
HSV(B)317.78º74.31%42.75%-
XYZ8.364.749.07-
YUV58.72142.84163.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.10%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=49.10%
G=12.61%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109288500.740.220.57317.7859.1226.86
Hex6D1C5504A163913e3b1b
Octal15534125011226714767333
Binary1101101111001010101010010101011011100110011111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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