#6D1E59

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

Shades of Palatinate Purple #6D1E59

Tints of Palatinate Purple #6D1E59

Color information

#6D1E59 (or 0x6D1E59) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1E and 59. RGB value is (109,30,89). Sum of RGB (Red+Green+Blue) = 109+30+89=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E59 is #92E1A6. Grayscale: #3C3C3C. Windows color (decimal): -9626023 or 5840493. OLE color: 5840493.

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

Color convert

RGB1093089-
CMYK00.720.180.57
HSL315.19º56.83%27.25%-
HSV(B)315.19º72.48%42.75%-
XYZ8.574.99.95-
YUV60.35144.17162.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.81%
GREEN value IS 30 (12.11% from 255) = 13.16%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=47.81%
G=13.16%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109308900.720.180.57315.1956.8327.25
Hex6D1E59048123913b391b
Octal15536131011022714737133
Binary1101101111101011001010010001001011100110011101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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