#6D2056

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

Shades of Palatinate Purple #6D2056

Tints of Palatinate Purple #6D2056

Color information

#6D2056 (or 0x6D2056) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 20 and 56. RGB value is (109,32,86). Sum of RGB (Red+Green+Blue) = 109+32+86=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2056 is #92DFA9. Grayscale: #3D3D3D. Windows color (decimal): -9625514 or 5644397. OLE color: 5644397.

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

Color convert

RGB1093286-
CMYK00.710.210.57
HSL317.92º54.61%27.65%-
HSV(B)317.92º70.64%42.75%-
XYZ8.54.969.31-
YUV61.18142.01162.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.02%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=48.02%
G=14.10%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109328600.710.210.57317.9254.6127.65
Hex6D2056047153913e371c
Octal15540126010725714766734
Binary11011011000001010110010001111010111100110011111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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