Shades of Purple #64046D
Tints of Purple #64046D
RGB
CMYK
RGB Variations
Color information
#64046D (or 0x64046D) is known color: Purple. HEX triplet: 64, 04 and 6D. RGB value is (100,4,109). Sum of RGB (Red+Green+Blue) = 100+4+109=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #64046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64046D is #9BFB92. Grayscale: #2C2C2C. Windows color (decimal): -10222483 or 7144548. OLE color: 7144548.
HSL color Cylindrical-coordinate representation of color #64046D: hue angle of 294.86º 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 #64046D is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 4 | 109 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.57 |
| HSL | 294.86º | 0.93% | 0.22% | - |
| HSV(B) | 294.86º | 0.96% | 0.43% | - |
| XYZ | 8.06 | 3.9 | 14.8 | - |
| YUV | 44.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 109 | 0.08 | 0.96 | 0 | 0.57 | 294.86 | 0.93 | 0.22 |
| Hex | 64 | 4 | 6D | 8 | 60 | 0 | 39 | 127 | 5D | 16 |
| Octal | 144 | 4 | 155 | 10 | 140 | 0 | 71 | 447 | 135 | 26 |
| Binary | 1100100 | 100 | 1101101 | 1000 | 1100000 | 0 | 111001 | 100100111 | 1011101 | 10110 |
Color Harmonies of #64046D
Complementary color
Monochromatic Colors of #64046D
Black with #64046D
Text Example
Text Example
White with #64046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64046D; }
p { color: rgb(100,4,109); }
H1.HeaderClassName
{
color: #64046D;
}
.AnyTagClassName
{
color: #64046D;
}
</style>
background-color css
<style>
a { background-color: #64046D; }
a { background-color: rgb(100,4,109); }
div.DivClassName
{
background-color: #64046D;
}
.BgClassName
{
background-color: #64046D;
}
</style>
border-color css
<style>
span { border-color: #64046D; }
span { border-color: rgb(100,4,109); }
td.TdClassName
{
border-color: #64046D;
}
.TagClassName
{
border-color: #64046D;
}
</style>