Shades of Purple #64056E
Tints of Purple #64056E
RGB
CMYK
RGB Variations
Color information
#64056E (or 0x64056E) is known color: Purple. HEX triplet: 64, 05 and 6E. RGB value is (100,5,110). Sum of RGB (Red+Green+Blue) = 100+5+110=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #64056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64056E is #9BFA91. Grayscale: #2D2D2D. Windows color (decimal): -10222226 or 7210340. OLE color: 7210340.
HSL color Cylindrical-coordinate representation of color #64056E: hue angle of 294.29º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64056E is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 5 | 110 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.57 |
| HSL | 294.29º | 0.91% | 0.23% | - |
| HSV(B) | 294.29º | 0.95% | 0.43% | - |
| XYZ | 8.12 | 3.94 | 15.08 | - |
| YUV | 45.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 110 | 0.09 | 0.95 | 0 | 0.57 | 294.29 | 0.91 | 0.23 |
| Hex | 64 | 5 | 6E | 9 | 5F | 0 | 39 | 126 | 5B | 17 |
| Octal | 144 | 5 | 156 | 11 | 137 | 0 | 71 | 446 | 133 | 27 |
| Binary | 1100100 | 101 | 1101110 | 1001 | 1011111 | 0 | 111001 | 100100110 | 1011011 | 10111 |
Color Harmonies of #64056E
Complementary color
Monochromatic Colors of #64056E
Black with #64056E
Text Example
Text Example
White with #64056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64056E; }
p { color: rgb(100,5,110); }
H1.HeaderClassName
{
color: #64056E;
}
.AnyTagClassName
{
color: #64056E;
}
</style>
background-color css
<style>
a { background-color: #64056E; }
a { background-color: rgb(100,5,110); }
div.DivClassName
{
background-color: #64056E;
}
.BgClassName
{
background-color: #64056E;
}
</style>
border-color css
<style>
span { border-color: #64056E; }
span { border-color: rgb(100,5,110); }
td.TdClassName
{
border-color: #64056E;
}
.TagClassName
{
border-color: #64056E;
}
</style>