#6D2360

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

Shades of Palatinate Purple #6D2360

Tints of Palatinate Purple #6D2360

Color information

#6D2360 (or 0x6D2360) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 23 and 60. RGB value is (109,35,96). Sum of RGB (Red+Green+Blue) = 109+35+96=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2360 is #92DC9F. Grayscale: #3F3F3F. Windows color (decimal): -9624736 or 6300525. OLE color: 6300525.

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

Color convert

RGB1093596-
CMYK00.680.120.57
HSL310.54º51.39%28.24%-
HSV(B)310.54º67.89%42.75%-
XYZ9.025.311.61-
YUV64.08146.02160.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.42%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 96 (37.89% from 255) = 40%
R=45.42%
G=14.58%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109359600.680.120.57310.5451.3928.24
Hex6D2360044C39137331c
Octal15543140010414714676334
Binary1101101100011110000001000100110011100110011011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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