Shades of Purple #64056D
Tints of Purple #64056D
RGB
CMYK
RGB Variations
Color information
#64056D (or 0x64056D) is known color: Purple. HEX triplet: 64, 05 and 6D. RGB value is (100,5,109). Sum of RGB (Red+Green+Blue) = 100+5+109=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #64056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64056D is #9BFA92. Grayscale: #2C2C2C. Windows color (decimal): -10222227 or 7144804. OLE color: 7144804.
HSL color Cylindrical-coordinate representation of color #64056D: hue angle of 294.81º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64056D is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 5 | 109 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.57 |
| HSL | 294.81º | 0.91% | 0.22% | - |
| HSV(B) | 294.81º | 0.95% | 0.43% | - |
| XYZ | 8.07 | 3.92 | 14.8 | - |
| YUV | 45.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 109 | 0.08 | 0.95 | 0 | 0.57 | 294.81 | 0.91 | 0.22 |
| Hex | 64 | 5 | 6D | 8 | 5F | 0 | 39 | 127 | 5B | 16 |
| Octal | 144 | 5 | 155 | 10 | 137 | 0 | 71 | 447 | 133 | 26 |
| Binary | 1100100 | 101 | 1101101 | 1000 | 1011111 | 0 | 111001 | 100100111 | 1011011 | 10110 |
Color Harmonies of #64056D
Complementary color
Monochromatic Colors of #64056D
Black with #64056D
Text Example
Text Example
White with #64056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64056D; }
p { color: rgb(100,5,109); }
H1.HeaderClassName
{
color: #64056D;
}
.AnyTagClassName
{
color: #64056D;
}
</style>
background-color css
<style>
a { background-color: #64056D; }
a { background-color: rgb(100,5,109); }
div.DivClassName
{
background-color: #64056D;
}
.BgClassName
{
background-color: #64056D;
}
</style>
border-color css
<style>
span { border-color: #64056D; }
span { border-color: rgb(100,5,109); }
td.TdClassName
{
border-color: #64056D;
}
.TagClassName
{
border-color: #64056D;
}
</style>