#6D1F59

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

Shades of Palatinate Purple #6D1F59

Tints of Palatinate Purple #6D1F59

Color information

#6D1F59 (or 0x6D1F59) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1F and 59. RGB value is (109,31,89). Sum of RGB (Red+Green+Blue) = 109+31+89=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1F59 is #92E0A6. Grayscale: #3C3C3C. Windows color (decimal): -9625767 or 5840749. OLE color: 5840749.

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

Color convert

RGB1093189-
CMYK00.720.180.57
HSL315.38º55.71%27.45%-
HSV(B)315.38º71.56%42.75%-
XYZ8.64.959.95-
YUV60.93143.84162.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.60%
GREEN value IS 31 (12.5% from 255) = 13.54%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=47.60%
G=13.54%
B=38.86%

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
Decimal109318900.720.180.57315.3855.7127.45
Hex6D1F59048123913b381b
Octal15537131011022714737033
Binary1101101111111011001010010001001011100110011101111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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