#6D1C54

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

Shades of Palatinate Purple #6D1C54

Tints of Palatinate Purple #6D1C54

Color information

#6D1C54 (or 0x6D1C54) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1C and 54. RGB value is (109,28,84). Sum of RGB (Red+Green+Blue) = 109+28+84=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1C54 is #92E3AB. Grayscale: #3A3A3A. Windows color (decimal): -9626540 or 5512301. OLE color: 5512301.

HSL color Cylindrical-coordinate representation of color #6D1C54: hue angle of 318.52º 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 #6D1C54 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB1092884-
CMYK00.740.230.57
HSL318.52º59.12%26.86%-
HSV(B)318.52º74.31%42.75%-
XYZ8.324.728.86-
YUV58.6142.34163.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.32%
GREEN value IS 28 (11.33% from 255) = 12.67%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=49.32%
G=12.67%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109288400.740.230.57318.5259.1226.86
Hex6D1C5404A173913f3b1b
Octal15534124011227714777333
Binary1101101111001010100010010101011111100110011111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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