Shades of Purple #64036F
Tints of Purple #64036F
RGB
CMYK
RGB Variations
Color information
#64036F (or 0x64036F) is known color: Purple. HEX triplet: 64, 03 and 6F. RGB value is (100,3,111). Sum of RGB (Red+Green+Blue) = 100+3+111=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #64036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64036F is #9BFC90. Grayscale: #2B2B2B. Windows color (decimal): -10222737 or 7275364. OLE color: 7275364.
HSL color Cylindrical-coordinate representation of color #64036F: hue angle of 293.89º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64036F is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 3 | 111 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.56 |
| HSL | 293.89º | 0.95% | 0.22% | - |
| HSV(B) | 293.89º | 0.97% | 0.44% | - |
| XYZ | 8.16 | 3.92 | 15.37 | - |
| YUV | 44.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 111 | 0.10 | 0.97 | 0 | 0.56 | 293.89 | 0.95 | 0.22 |
| Hex | 64 | 3 | 6F | A | 61 | 0 | 38 | 126 | 5F | 16 |
| Octal | 144 | 3 | 157 | 12 | 141 | 0 | 70 | 446 | 137 | 26 |
| Binary | 1100100 | 11 | 1101111 | 1010 | 1100001 | 0 | 111000 | 100100110 | 1011111 | 10110 |
Color Harmonies of #64036F
Complementary color
Monochromatic Colors of #64036F
Black with #64036F
Text Example
Text Example
White with #64036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64036F; }
p { color: rgb(100,3,111); }
H1.HeaderClassName
{
color: #64036F;
}
.AnyTagClassName
{
color: #64036F;
}
</style>
background-color css
<style>
a { background-color: #64036F; }
a { background-color: rgb(100,3,111); }
div.DivClassName
{
background-color: #64036F;
}
.BgClassName
{
background-color: #64036F;
}
</style>
border-color css
<style>
span { border-color: #64036F; }
span { border-color: rgb(100,3,111); }
td.TdClassName
{
border-color: #64036F;
}
.TagClassName
{
border-color: #64036F;
}
</style>