#6D1E55

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

Shades of Palatinate Purple #6D1E55

Tints of Palatinate Purple #6D1E55

Color information

#6D1E55 (or 0x6D1E55) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1E and 55. RGB value is (109,30,85). Sum of RGB (Red+Green+Blue) = 109+30+85=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E55 is #92E1AA. Grayscale: #3B3B3B. Windows color (decimal): -9626027 or 5578349. OLE color: 5578349.

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

Color convert

RGB1093085-
CMYK00.720.220.57
HSL318.23º56.83%27.25%-
HSV(B)318.23º72.48%42.75%-
XYZ8.414.849.08-
YUV59.89142.17163.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.66%
GREEN value IS 30 (12.11% from 255) = 13.39%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=48.66%
G=13.39%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109308500.720.220.57318.2356.8327.25
Hex6D1E55048163913e391b
Octal15536125011026714767133
Binary1101101111101010101010010001011011100110011111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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