#6D0864

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

Shades of Palatinate Purple #6D0864

Tints of Palatinate Purple #6D0864

Color information

#6D0864 (or 0x6D0864) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 08 and 64. RGB value is (109,8,100). Sum of RGB (Red+Green+Blue) = 109+8+100=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0864 is #92F79B. Grayscale: #303030. Windows color (decimal): -9631644 or 6555757. OLE color: 6555757.

HSL color Cylindrical-coordinate representation of color #6D0864: hue angle of 305.35º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0864 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB1098100-
CMYK00.930.080.57
HSL305.35º86.32%22.94%-
HSV(B)305.35º92.66%42.75%-
XYZ8.694.3412.44-
YUV48.69156.96171.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.23%
GREEN value IS 8 (3.52% from 255) = 3.69%
BLUE value IS 100 (39.45% from 255) = 46.08%
R=50.23%
G=3.69%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109810000.930.080.57305.3586.3222.94
Hex6D86405D8391315617
Octal155101440135107146112627
Binary110110110001100100010111011000111001100110001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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