Shades of Purple #64076B
Tints of Purple #64076B
RGB
CMYK
RGB Variations
Color information
#64076B (or 0x64076B) is known color: Purple. HEX triplet: 64, 07 and 6B. RGB value is (100,7,107). Sum of RGB (Red+Green+Blue) = 100+7+107=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #64076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64076B is #9BF894. Grayscale: #2D2D2D. Windows color (decimal): -10221717 or 7014244. OLE color: 7014244.
HSL color Cylindrical-coordinate representation of color #64076B: hue angle of 295.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64076B is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 7 | 107 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.58 |
| HSL | 295.8º | 0.88% | 0.22% | - |
| HSV(B) | 295.8º | 0.93% | 0.42% | - |
| XYZ | 7.99 | 3.92 | 14.25 | - |
| YUV | 46.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 107 | 0.07 | 0.93 | 0 | 0.58 | 295.8 | 0.88 | 0.22 |
| Hex | 64 | 7 | 6B | 7 | 5D | 0 | 3A | 128 | 58 | 16 |
| Octal | 144 | 7 | 153 | 7 | 135 | 0 | 72 | 450 | 130 | 26 |
| Binary | 1100100 | 111 | 1101011 | 111 | 1011101 | 0 | 111010 | 100101000 | 1011000 | 10110 |
Color Harmonies of #64076B
Complementary color
Monochromatic Colors of #64076B
Black with #64076B
Text Example
Text Example
White with #64076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64076B; }
p { color: rgb(100,7,107); }
H1.HeaderClassName
{
color: #64076B;
}
.AnyTagClassName
{
color: #64076B;
}
</style>
background-color css
<style>
a { background-color: #64076B; }
a { background-color: rgb(100,7,107); }
div.DivClassName
{
background-color: #64076B;
}
.BgClassName
{
background-color: #64076B;
}
</style>
border-color css
<style>
span { border-color: #64076B; }
span { border-color: rgb(100,7,107); }
td.TdClassName
{
border-color: #64076B;
}
.TagClassName
{
border-color: #64076B;
}
</style>