#6D1B55

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

Shades of Palatinate Purple #6D1B55

Tints of Palatinate Purple #6D1B55

Color information

#6D1B55 (or 0x6D1B55) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1B and 55. RGB value is (109,27,85). Sum of RGB (Red+Green+Blue) = 109+27+85=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1B55 is #92E4AA. Grayscale: #393939. Windows color (decimal): -9626795 or 5577581. OLE color: 5577581.

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

Color convert

RGB1092785-
CMYK00.750.220.57
HSL317.56º60.29%26.67%-
HSV(B)317.56º75.23%42.75%-
XYZ8.344.699.06-
YUV58.13143.17164.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.32%
GREEN value IS 27 (10.94% from 255) = 12.22%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=49.32%
G=12.22%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109278500.750.220.57317.5660.2926.67
Hex6D1B5504B163913e3c1b
Octal15533125011326714767433
Binary1101101110111010101010010111011011100110011111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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