#6D2560

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

Shades of Palatinate Purple #6D2560

Tints of Palatinate Purple #6D2560

Color information

#6D2560 (or 0x6D2560) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 25 and 60. RGB value is (109,37,96). Sum of RGB (Red+Green+Blue) = 109+37+96=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2560 is #92DA9F. Grayscale: #414141. Windows color (decimal): -9624224 or 6301037. OLE color: 6301037.

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

Color convert

RGB1093796-
CMYK00.660.120.57
HSL310.83º49.32%28.63%-
HSV(B)310.83º66.06%42.75%-
XYZ9.085.4211.63-
YUV65.25145.35159.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.04%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=45.04%
G=15.29%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109379600.660.120.57310.8349.3228.63
Hex6D2560042C39137311d
Octal15545140010214714676135
Binary1101101100101110000001000010110011100110011011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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