#6D2059

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

Shades of Palatinate Purple #6D2059

Tints of Palatinate Purple #6D2059

Color information

#6D2059 (or 0x6D2059) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 20 and 59. RGB value is (109,32,89). Sum of RGB (Red+Green+Blue) = 109+32+89=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2059 is #92DFA6. Grayscale: #3D3D3D. Windows color (decimal): -9625511 or 5841005. OLE color: 5841005.

HSL color Cylindrical-coordinate representation of color #6D2059: hue angle of 315.58º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D2059 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB1093289-
CMYK00.710.180.57
HSL315.58º54.61%27.65%-
HSV(B)315.58º70.64%42.75%-
XYZ8.635.019.96-
YUV61.52143.51161.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.39%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=47.39%
G=13.91%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109328900.710.180.57315.5854.6127.65
Hex6D2059047123913c371c
Octal15540131010722714746734
Binary11011011000001011001010001111001011100110011110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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