Shades of Purple #64006E
Tints of Purple #64006E
RGB
CMYK
RGB Variations
Color information
#64006E (or 0x64006E) is known color: Purple. HEX triplet: 64, 00 and 6E. RGB value is (100,0,110). Sum of RGB (Red+Green+Blue) = 100+0+110=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #64006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64006E is #9BFF91. Grayscale: #2A2A2A. Windows color (decimal): -10223506 or 7209060. OLE color: 7209060.
HSL color Cylindrical-coordinate representation of color #64006E: hue angle of 294.55º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64006E is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 0 | 110 | - |
| CMYK | 0.09 | 1 | 0 | 0.57 |
| HSL | 294.55º | 1% | 0.22% | - |
| HSV(B) | 294.55º | 1% | 0.43% | - |
| XYZ | 8.07 | 3.84 | 15.07 | - |
| YUV | 42.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 110 | 0.09 | 1 | 0 | 0.57 | 294.55 | 1 | 0.22 |
| Hex | 64 | 0 | 6E | 9 | 64 | 0 | 39 | 127 | 64 | 16 |
| Octal | 144 | 0 | 156 | 11 | 144 | 0 | 71 | 447 | 144 | 26 |
| Binary | 1100100 | 0 | 1101110 | 1001 | 1100100 | 0 | 111001 | 100100111 | 1100100 | 10110 |
Color Harmonies of #64006E
Complementary color
Monochromatic Colors of #64006E
Black with #64006E
Text Example
Text Example
White with #64006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64006E; }
p { color: rgb(100,0,110); }
H1.HeaderClassName
{
color: #64006E;
}
.AnyTagClassName
{
color: #64006E;
}
</style>
background-color css
<style>
a { background-color: #64006E; }
a { background-color: rgb(100,0,110); }
div.DivClassName
{
background-color: #64006E;
}
.BgClassName
{
background-color: #64006E;
}
</style>
border-color css
<style>
span { border-color: #64006E; }
span { border-color: rgb(100,0,110); }
td.TdClassName
{
border-color: #64006E;
}
.TagClassName
{
border-color: #64006E;
}
</style>