#6D1055

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

Shades of Palatinate Purple #6D1055

Tints of Palatinate Purple #6D1055

Color information

#6D1055 (or 0x6D1055) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 10 and 55. RGB value is (109,16,85). Sum of RGB (Red+Green+Blue) = 109+16+85=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1055 is #92EFAA. Grayscale: #333333. Windows color (decimal): -9629611 or 5574765. OLE color: 5574765.

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

Color convert

RGB1091685-
CMYK00.850.220.57
HSL315.48º74.4%24.51%-
HSV(B)315.48º85.32%42.75%-
XYZ8.134.288.99-
YUV51.67146.81168.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.90%
GREEN value IS 16 (6.64% from 255) = 7.62%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=51.90%
G=7.62%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109168500.850.220.57315.4874.424.51
Hex6D1055055163913b4a19
Octal155201250125267147311231
Binary11011011000010101010101010110110111001100111011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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