#6D2A60

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

Shades of Palatinate Purple #6D2A60

Tints of Palatinate Purple #6D2A60

Color information

#6D2A60 (or 0x6D2A60) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 2A and 60. RGB value is (109,42,96). Sum of RGB (Red+Green+Blue) = 109+42+96=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2A60 is #92D59F. Grayscale: #444444. Windows color (decimal): -9622944 or 6302317. OLE color: 6302317.

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

Color convert

RGB1094296-
CMYK00.610.120.57
HSL311.64º44.37%29.61%-
HSV(B)311.64º61.47%42.75%-
XYZ9.255.7511.69-
YUV68.19143.7157.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.13%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=44.13%
G=17.00%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109429600.610.120.57311.6444.3729.61
Hex6D2A6003DC391382c1e
Octal1555214007514714705436
Binary110110110101011000000111101110011100110011100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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