Shades of Purple #64096D
Tints of Purple #64096D
RGB
CMYK
RGB Variations
Color information
#64096D (or 0x64096D) is known color: Purple. HEX triplet: 64, 09 and 6D. RGB value is (100,9,109). Sum of RGB (Red+Green+Blue) = 100+9+109=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #64096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64096D is #9BF692. Grayscale: #2F2F2F. Windows color (decimal): -10221203 or 7145828. OLE color: 7145828.
HSL color Cylindrical-coordinate representation of color #64096D: hue angle of 294.6º 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 #64096D is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 9 | 109 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.57 |
| HSL | 294.6º | 0.85% | 0.23% | - |
| HSV(B) | 294.6º | 0.92% | 0.43% | - |
| XYZ | 8.11 | 4.01 | 14.81 | - |
| YUV | 47.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 109 | 0.08 | 0.92 | 0 | 0.57 | 294.6 | 0.85 | 0.23 |
| Hex | 64 | 9 | 6D | 8 | 5C | 0 | 39 | 127 | 55 | 17 |
| Octal | 144 | 11 | 155 | 10 | 134 | 0 | 71 | 447 | 125 | 27 |
| Binary | 1100100 | 1001 | 1101101 | 1000 | 1011100 | 0 | 111001 | 100100111 | 1010101 | 10111 |
Color Harmonies of #64096D
Complementary color
Monochromatic Colors of #64096D
Black with #64096D
Text Example
Text Example
White with #64096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64096D; }
p { color: rgb(100,9,109); }
H1.HeaderClassName
{
color: #64096D;
}
.AnyTagClassName
{
color: #64096D;
}
</style>
background-color css
<style>
a { background-color: #64096D; }
a { background-color: rgb(100,9,109); }
div.DivClassName
{
background-color: #64096D;
}
.BgClassName
{
background-color: #64096D;
}
</style>
border-color css
<style>
span { border-color: #64096D; }
span { border-color: rgb(100,9,109); }
td.TdClassName
{
border-color: #64096D;
}
.TagClassName
{
border-color: #64096D;
}
</style>