#6D1E57

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

Shades of Palatinate Purple #6D1E57

Tints of Palatinate Purple #6D1E57

Color information

#6D1E57 (or 0x6D1E57) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1E and 57. RGB value is (109,30,87). Sum of RGB (Red+Green+Blue) = 109+30+87=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E57 is #92E1A8. Grayscale: #3B3B3B. Windows color (decimal): -9626025 or 5709421. OLE color: 5709421.

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

Color convert

RGB1093087-
CMYK00.720.200.57
HSL316.71º56.83%27.25%-
HSV(B)316.71º72.48%42.75%-
XYZ8.494.879.51-
YUV60.12143.17162.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.23%
GREEN value IS 30 (12.11% from 255) = 13.27%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=48.23%
G=13.27%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109308700.720.200.57316.7156.8327.25
Hex6D1E57048143913d391b
Octal15536127011024714757133
Binary1101101111101010111010010001010011100110011110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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