Shades of Purple #64096E
Tints of Purple #64096E
RGB
CMYK
RGB Variations
Color information
#64096E (or 0x64096E) is known color: Purple. HEX triplet: 64, 09 and 6E. RGB value is (100,9,110). Sum of RGB (Red+Green+Blue) = 100+9+110=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #64096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64096E is #9BF691. Grayscale: #2F2F2F. Windows color (decimal): -10221202 or 7211364. OLE color: 7211364.
HSL color Cylindrical-coordinate representation of color #64096E: hue angle of 294.06º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64096E is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 9 | 110 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.57 |
| HSL | 294.06º | 0.85% | 0.23% | - |
| HSV(B) | 294.06º | 0.92% | 0.43% | - |
| XYZ | 8.17 | 4.03 | 15.1 | - |
| YUV | 47.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 110 | 0.09 | 0.92 | 0 | 0.57 | 294.06 | 0.85 | 0.23 |
| Hex | 64 | 9 | 6E | 9 | 5C | 0 | 39 | 126 | 55 | 17 |
| Octal | 144 | 11 | 156 | 11 | 134 | 0 | 71 | 446 | 125 | 27 |
| Binary | 1100100 | 1001 | 1101110 | 1001 | 1011100 | 0 | 111001 | 100100110 | 1010101 | 10111 |
Color Harmonies of #64096E
Complementary color
Monochromatic Colors of #64096E
Black with #64096E
Text Example
Text Example
White with #64096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64096E; }
p { color: rgb(100,9,110); }
H1.HeaderClassName
{
color: #64096E;
}
.AnyTagClassName
{
color: #64096E;
}
</style>
background-color css
<style>
a { background-color: #64096E; }
a { background-color: rgb(100,9,110); }
div.DivClassName
{
background-color: #64096E;
}
.BgClassName
{
background-color: #64096E;
}
</style>
border-color css
<style>
span { border-color: #64096E; }
span { border-color: rgb(100,9,110); }
td.TdClassName
{
border-color: #64096E;
}
.TagClassName
{
border-color: #64096E;
}
</style>