Shades of Purple #6D0464
Tints of Purple #6D0464
RGB
CMYK
RGB Variations
Color information
#6D0464 (or 0x6D0464) is known color: Purple. HEX triplet: 6D, 04 and 64. RGB value is (109,4,100). Sum of RGB (Red+Green+Blue) = 109+4+100=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0464 is #92FB9B. Grayscale: #2E2E2E. Windows color (decimal): -9632668 or 6554733. OLE color: 6554733.
HSL color Cylindrical-coordinate representation of color #6D0464: hue angle of 305.14º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0464 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 4 | 100 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.57 |
| HSL | 305.14º | 0.93% | 0.22% | - |
| HSV(B) | 305.14º | 0.96% | 0.43% | - |
| XYZ | 8.65 | 4.26 | 12.42 | - |
| YUV | 46.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 100 | 0 | 0.96 | 0.08 | 0.57 | 305.14 | 0.93 | 0.22 |
| Hex | 6D | 4 | 64 | 0 | 60 | 8 | 39 | 131 | 5D | 16 |
| Octal | 155 | 4 | 144 | 0 | 140 | 10 | 71 | 461 | 135 | 26 |
| Binary | 1101101 | 100 | 1100100 | 0 | 1100000 | 1000 | 111001 | 100110001 | 1011101 | 10110 |
Color Harmonies of #6D0464
Complementary color
Monochromatic Colors of #6D0464
Black with #6D0464
Text Example
Text Example
White with #6D0464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0464; }
p { color: rgb(109,4,100); }
H1.HeaderClassName
{
color: #6D0464;
}
.AnyTagClassName
{
color: #6D0464;
}
</style>
background-color css
<style>
a { background-color: #6D0464; }
a { background-color: rgb(109,4,100); }
div.DivClassName
{
background-color: #6D0464;
}
.BgClassName
{
background-color: #6D0464;
}
</style>
border-color css
<style>
span { border-color: #6D0464; }
span { border-color: rgb(109,4,100); }
td.TdClassName
{
border-color: #6D0464;
}
.TagClassName
{
border-color: #6D0464;
}
</style>