Shades of Purple #64096F
Tints of Purple #64096F
RGB
CMYK
RGB Variations
Color information
#64096F (or 0x64096F) is known color: Purple. HEX triplet: 64, 09 and 6F. RGB value is (100,9,111). Sum of RGB (Red+Green+Blue) = 100+9+111=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #64096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64096F is #9BF690. Grayscale: #2F2F2F. Windows color (decimal): -10221201 or 7276900. OLE color: 7276900.
HSL color Cylindrical-coordinate representation of color #64096F: hue angle of 293.53º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64096F is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 9 | 111 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.56 |
| HSL | 293.53º | 0.85% | 0.24% | - |
| HSV(B) | 293.53º | 0.92% | 0.44% | - |
| XYZ | 8.22 | 4.05 | 15.39 | - |
| YUV | 47.84 | 163.65 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 111 | 0.10 | 0.92 | 0 | 0.56 | 293.53 | 0.85 | 0.24 |
| Hex | 64 | 9 | 6F | A | 5C | 0 | 38 | 126 | 55 | 18 |
| Octal | 144 | 11 | 157 | 12 | 134 | 0 | 70 | 446 | 125 | 30 |
| Binary | 1100100 | 1001 | 1101111 | 1010 | 1011100 | 0 | 111000 | 100100110 | 1010101 | 11000 |
Color Harmonies of #64096F
Complementary color
Monochromatic Colors of #64096F
Black with #64096F
Text Example
Text Example
White with #64096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64096F; }
p { color: rgb(100,9,111); }
H1.HeaderClassName
{
color: #64096F;
}
.AnyTagClassName
{
color: #64096F;
}
</style>
background-color css
<style>
a { background-color: #64096F; }
a { background-color: rgb(100,9,111); }
div.DivClassName
{
background-color: #64096F;
}
.BgClassName
{
background-color: #64096F;
}
</style>
border-color css
<style>
span { border-color: #64096F; }
span { border-color: rgb(100,9,111); }
td.TdClassName
{
border-color: #64096F;
}
.TagClassName
{
border-color: #64096F;
}
</style>