Shades of Purple #64076C
Tints of Purple #64076C
RGB
CMYK
RGB Variations
Color information
#64076C (or 0x64076C) is known color: Purple. HEX triplet: 64, 07 and 6C. RGB value is (100,7,108). Sum of RGB (Red+Green+Blue) = 100+7+108=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #64076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64076C is #9BF893. Grayscale: #2E2E2E. Windows color (decimal): -10221716 or 7079780. OLE color: 7079780.
HSL color Cylindrical-coordinate representation of color #64076C: hue angle of 295.25º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64076C is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 7 | 108 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.58 |
| HSL | 295.25º | 0.88% | 0.23% | - |
| HSV(B) | 295.25º | 0.94% | 0.42% | - |
| XYZ | 8.04 | 3.94 | 14.52 | - |
| YUV | 46.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 108 | 0.07 | 0.94 | 0 | 0.58 | 295.25 | 0.88 | 0.23 |
| Hex | 64 | 7 | 6C | 7 | 5E | 0 | 3A | 127 | 58 | 17 |
| Octal | 144 | 7 | 154 | 7 | 136 | 0 | 72 | 447 | 130 | 27 |
| Binary | 1100100 | 111 | 1101100 | 111 | 1011110 | 0 | 111010 | 100100111 | 1011000 | 10111 |
Color Harmonies of #64076C
Complementary color
Monochromatic Colors of #64076C
Black with #64076C
Text Example
Text Example
White with #64076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64076C; }
p { color: rgb(100,7,108); }
H1.HeaderClassName
{
color: #64076C;
}
.AnyTagClassName
{
color: #64076C;
}
</style>
background-color css
<style>
a { background-color: #64076C; }
a { background-color: rgb(100,7,108); }
div.DivClassName
{
background-color: #64076C;
}
.BgClassName
{
background-color: #64076C;
}
</style>
border-color css
<style>
span { border-color: #64076C; }
span { border-color: rgb(100,7,108); }
td.TdClassName
{
border-color: #64076C;
}
.TagClassName
{
border-color: #64076C;
}
</style>