#6D2064

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

Shades of Palatinate Purple #6D2064

Tints of Palatinate Purple #6D2064

Color information

#6D2064 (or 0x6D2064) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 20 and 64. RGB value is (109,32,100). Sum of RGB (Red+Green+Blue) = 109+32+100=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2064 is #92DF9B. Grayscale: #3E3E3E. Windows color (decimal): -9625500 or 6561901. OLE color: 6561901.

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

Color convert

RGB10932100-
CMYK00.710.080.57
HSL307.01º54.61%27.65%-
HSV(B)307.01º70.64%42.75%-
XYZ9.125.212.58-
YUV62.78149.01160.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.23%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 100 (39.45% from 255) = 41.49%
R=45.23%
G=13.28%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1093210000.710.080.57307.0154.6127.65
Hex6D2064047839133371c
Octal15540144010710714636734
Binary1101101100000110010001000111100011100110011001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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