Shades of Purple #64036A
Tints of Purple #64036A
RGB
CMYK
RGB Variations
Color information
#64036A (or 0x64036A) is known color: Purple. HEX triplet: 64, 03 and 6A. RGB value is (100,3,106). Sum of RGB (Red+Green+Blue) = 100+3+106=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #64036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64036A is #9BFC95. Grayscale: #2B2B2B. Windows color (decimal): -10222742 or 6947684. OLE color: 6947684.
HSL color Cylindrical-coordinate representation of color #64036A: hue angle of 296.5º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64036A is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 3 | 106 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.58 |
| HSL | 296.5º | 0.94% | 0.21% | - |
| HSV(B) | 296.5º | 0.97% | 0.42% | - |
| XYZ | 7.89 | 3.82 | 13.96 | - |
| YUV | 43.75 | 163.14 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 106 | 0.06 | 0.97 | 0 | 0.58 | 296.5 | 0.94 | 0.21 |
| Hex | 64 | 3 | 6A | 6 | 61 | 0 | 3A | 129 | 5E | 15 |
| Octal | 144 | 3 | 152 | 6 | 141 | 0 | 72 | 451 | 136 | 25 |
| Binary | 1100100 | 11 | 1101010 | 110 | 1100001 | 0 | 111010 | 100101001 | 1011110 | 10101 |
Color Harmonies of #64036A
Complementary color
Monochromatic Colors of #64036A
Black with #64036A
Text Example
Text Example
White with #64036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64036A; }
p { color: rgb(100,3,106); }
H1.HeaderClassName
{
color: #64036A;
}
.AnyTagClassName
{
color: #64036A;
}
</style>
background-color css
<style>
a { background-color: #64036A; }
a { background-color: rgb(100,3,106); }
div.DivClassName
{
background-color: #64036A;
}
.BgClassName
{
background-color: #64036A;
}
</style>
border-color css
<style>
span { border-color: #64036A; }
span { border-color: rgb(100,3,106); }
td.TdClassName
{
border-color: #64036A;
}
.TagClassName
{
border-color: #64036A;
}
</style>