#6D2C60

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

Shades of Palatinate Purple #6D2C60

Tints of Palatinate Purple #6D2C60

Color information

#6D2C60 (or 0x6D2C60) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 2C and 60. RGB value is (109,44,96). Sum of RGB (Red+Green+Blue) = 109+44+96=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2C60 is #92D39F. Grayscale: #454545. Windows color (decimal): -9622432 or 6302829. OLE color: 6302829.

HSL color Cylindrical-coordinate representation of color #6D2C60: hue angle of 312º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D2C60 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB1094496-
CMYK00.600.120.57
HSL312º42.48%30%-
HSV(B)312º59.63%42.75%-
XYZ9.325.911.71-
YUV69.36143.03156.27-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.78%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=43.78%
G=17.67%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109449600.600.120.5731242.4830
Hex6D2C6003CC391382a1e
Octal1555414007414714705236
Binary110110110110011000000111100110011100110011100010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,44,96); }

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

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

 a { background-color: rgb(109,44,96); }

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

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

 span { border-color: rgb(109,44,96); }

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