#6D2361

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

Shades of Palatinate Purple #6D2361

Tints of Palatinate Purple #6D2361

Color information

#6D2361 (or 0x6D2361) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 23 and 61. RGB value is (109,35,97). Sum of RGB (Red+Green+Blue) = 109+35+97=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2361 is #92DC9E. Grayscale: #404040. Windows color (decimal): -9624735 or 6366061. OLE color: 6366061.

HSL color Cylindrical-coordinate representation of color #6D2361: hue angle of 309.73º 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 #6D2361 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB1093597-
CMYK00.680.110.57
HSL309.73º51.39%28.24%-
HSV(B)309.73º67.89%42.75%-
XYZ9.075.3211.86-
YUV64.19146.52159.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.23%
GREEN value IS 35 (14.06% from 255) = 14.52%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=45.23%
G=14.52%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109359700.680.110.57309.7351.3928.24
Hex6D2361044B39136331c
Octal15543141010413714666334
Binary1101101100011110000101000100101111100110011011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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