#6D1A57

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

Shades of Palatinate Purple #6D1A57

Tints of Palatinate Purple #6D1A57

Color information

#6D1A57 (or 0x6D1A57) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1A and 57. RGB value is (109,26,87). Sum of RGB (Red+Green+Blue) = 109+26+87=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1A57 is #92E5A8. Grayscale: #393939. Windows color (decimal): -9627049 or 5708397. OLE color: 5708397.

HSL color Cylindrical-coordinate representation of color #6D1A57: hue angle of 315.9º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D1A57 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.57.

Color convert

RGB1092687-
CMYK00.760.200.57
HSL315.9º61.48%26.47%-
HSV(B)315.9º76.15%42.75%-
XYZ8.44.689.48-
YUV57.77144.5164.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.10%
GREEN value IS 26 (10.55% from 255) = 11.71%
BLUE value IS 87 (34.38% from 255) = 39.19%
R=49.10%
G=11.71%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109268700.760.200.57315.961.4826.47
Hex6D1A5704C143913c3d1a
Octal15532127011424714747532
Binary1101101110101010111010011001010011100110011110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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