#6D2456

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

Shades of Palatinate Purple #6D2456

Tints of Palatinate Purple #6D2456

Color information

#6D2456 (or 0x6D2456) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 24 and 56. RGB value is (109,36,86). Sum of RGB (Red+Green+Blue) = 109+36+86=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2456 is #92DBA9. Grayscale: #3F3F3F. Windows color (decimal): -9624490 or 5645421. OLE color: 5645421.

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

Color convert

RGB1093686-
CMYK00.670.210.57
HSL318.9º50.34%28.43%-
HSV(B)318.9º66.97%42.75%-
XYZ8.625.189.35-
YUV63.53140.68160.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.19%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 86 (33.98% from 255) = 37.23%
R=47.19%
G=15.58%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109368600.670.210.57318.950.3428.43
Hex6D2456043153913f321c
Octal15544126010325714776234
Binary11011011001001010110010000111010111100110011111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,36,86); }

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

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

 a { background-color: rgb(109,36,86); }

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

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

 span { border-color: rgb(109,36,86); }

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