Shades of Purple #64016D
Tints of Purple #64016D
RGB
CMYK
RGB Variations
Color information
#64016D (or 0x64016D) is known color: Purple. HEX triplet: 64, 01 and 6D. RGB value is (100,1,109). Sum of RGB (Red+Green+Blue) = 100+1+109=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #64016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64016D is #9BFE92. Grayscale: #2A2A2A. Windows color (decimal): -10223251 or 7143780. OLE color: 7143780.
HSL color Cylindrical-coordinate representation of color #64016D: hue angle of 295º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64016D is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 1 | 109 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.57 |
| HSL | 295º | 0.98% | 0.22% | - |
| HSV(B) | 295º | 0.99% | 0.43% | - |
| XYZ | 8.03 | 3.84 | 14.79 | - |
| YUV | 42.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 109 | 0.08 | 0.99 | 0 | 0.57 | 295 | 0.98 | 0.22 |
| Hex | 64 | 1 | 6D | 8 | 63 | 0 | 39 | 127 | 62 | 16 |
| Octal | 144 | 1 | 155 | 10 | 143 | 0 | 71 | 447 | 142 | 26 |
| Binary | 1100100 | 1 | 1101101 | 1000 | 1100011 | 0 | 111001 | 100100111 | 1100010 | 10110 |
Color Harmonies of #64016D
Complementary color
Monochromatic Colors of #64016D
Black with #64016D
Text Example
Text Example
White with #64016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64016D; }
p { color: rgb(100,1,109); }
H1.HeaderClassName
{
color: #64016D;
}
.AnyTagClassName
{
color: #64016D;
}
</style>
background-color css
<style>
a { background-color: #64016D; }
a { background-color: rgb(100,1,109); }
div.DivClassName
{
background-color: #64016D;
}
.BgClassName
{
background-color: #64016D;
}
</style>
border-color css
<style>
span { border-color: #64016D; }
span { border-color: rgb(100,1,109); }
td.TdClassName
{
border-color: #64016D;
}
.TagClassName
{
border-color: #64016D;
}
</style>