Shades of Purple #64076E
Tints of Purple #64076E
RGB
CMYK
RGB Variations
Color information
#64076E (or 0x64076E) is known color: Purple. HEX triplet: 64, 07 and 6E. RGB value is (100,7,110). Sum of RGB (Red+Green+Blue) = 100+7+110=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #64076E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64076E is #9BF891. Grayscale: #2E2E2E. Windows color (decimal): -10221714 or 7210852. OLE color: 7210852.
HSL color Cylindrical-coordinate representation of color #64076E: hue angle of 294.17º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64076E is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 7 | 110 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.57 |
| HSL | 294.17º | 0.88% | 0.23% | - |
| HSV(B) | 294.17º | 0.94% | 0.43% | - |
| XYZ | 8.15 | 3.99 | 15.09 | - |
| YUV | 46.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 110 | 0.09 | 0.94 | 0 | 0.57 | 294.17 | 0.88 | 0.23 |
| Hex | 64 | 7 | 6E | 9 | 5E | 0 | 39 | 126 | 58 | 17 |
| Octal | 144 | 7 | 156 | 11 | 136 | 0 | 71 | 446 | 130 | 27 |
| Binary | 1100100 | 111 | 1101110 | 1001 | 1011110 | 0 | 111001 | 100100110 | 1011000 | 10111 |
Color Harmonies of #64076E
Complementary color
Monochromatic Colors of #64076E
Black with #64076E
Text Example
Text Example
White with #64076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64076E; }
p { color: rgb(100,7,110); }
H1.HeaderClassName
{
color: #64076E;
}
.AnyTagClassName
{
color: #64076E;
}
</style>
background-color css
<style>
a { background-color: #64076E; }
a { background-color: rgb(100,7,110); }
div.DivClassName
{
background-color: #64076E;
}
.BgClassName
{
background-color: #64076E;
}
</style>
border-color css
<style>
span { border-color: #64076E; }
span { border-color: rgb(100,7,110); }
td.TdClassName
{
border-color: #64076E;
}
.TagClassName
{
border-color: #64076E;
}
</style>