#6D1E56

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

Shades of Palatinate Purple #6D1E56

Tints of Palatinate Purple #6D1E56

Color information

#6D1E56 (or 0x6D1E56) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1E and 56. RGB value is (109,30,86). Sum of RGB (Red+Green+Blue) = 109+30+86=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E56 is #92E1A9. Grayscale: #3B3B3B. Windows color (decimal): -9626026 or 5643885. OLE color: 5643885.

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

Color convert

RGB1093086-
CMYK00.720.210.57
HSL317.47º56.83%27.25%-
HSV(B)317.47º72.48%42.75%-
XYZ8.454.859.3-
YUV60142.67162.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 30 (12.11% from 255) = 13.33%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=48.44%
G=13.33%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109308600.720.210.57317.4756.8327.25
Hex6D1E56048153913d391b
Octal15536126011025714757133
Binary1101101111101010110010010001010111100110011110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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