#6D0A5D

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

Shades of Palatinate Purple #6D0A5D

Tints of Palatinate Purple #6D0A5D

Color information

#6D0A5D (or 0x6D0A5D) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 0A and 5D. RGB value is (109,10,93). Sum of RGB (Red+Green+Blue) = 109+10+93=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0A5D is #92F5A2. Grayscale: #303030. Windows color (decimal): -9631139 or 6097517. OLE color: 6097517.

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

Color convert

RGB1091093-
CMYK00.910.150.57
HSL309.7º83.19%23.33%-
HSV(B)309.7º90.83%42.75%-
XYZ8.394.2610.74-
YUV49.06152.8170.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.42%
GREEN value IS 10 (4.30% from 255) = 4.72%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=51.42%
G=4.72%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109109300.910.150.57309.783.1923.33
Hex6DA5D05BF391365317
Octal155121350133177146612327
Binary110110110101011101010110111111111001100110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,10,93); }

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

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

 a { background-color: rgb(109,10,93); }

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

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

 span { border-color: rgb(109,10,93); }

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