Shades of Purple #64096B
Tints of Purple #64096B
RGB
CMYK
RGB Variations
Color information
#64096B (or 0x64096B) is known color: Purple. HEX triplet: 64, 09 and 6B. RGB value is (100,9,107). Sum of RGB (Red+Green+Blue) = 100+9+107=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #64096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64096B is #9BF694. Grayscale: #2F2F2F. Windows color (decimal): -10221205 or 7014756. OLE color: 7014756.
HSL color Cylindrical-coordinate representation of color #64096B: hue angle of 295.71º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64096B is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 9 | 107 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.58 |
| HSL | 295.71º | 0.84% | 0.23% | - |
| HSV(B) | 295.71º | 0.92% | 0.42% | - |
| XYZ | 8.01 | 3.97 | 14.25 | - |
| YUV | 47.38 | 161.65 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 107 | 0.07 | 0.92 | 0 | 0.58 | 295.71 | 0.84 | 0.23 |
| Hex | 64 | 9 | 6B | 7 | 5C | 0 | 3A | 128 | 54 | 17 |
| Octal | 144 | 11 | 153 | 7 | 134 | 0 | 72 | 450 | 124 | 27 |
| Binary | 1100100 | 1001 | 1101011 | 111 | 1011100 | 0 | 111010 | 100101000 | 1010100 | 10111 |
Color Harmonies of #64096B
Complementary color
Monochromatic Colors of #64096B
Black with #64096B
Text Example
Text Example
White with #64096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64096B; }
p { color: rgb(100,9,107); }
H1.HeaderClassName
{
color: #64096B;
}
.AnyTagClassName
{
color: #64096B;
}
</style>
background-color css
<style>
a { background-color: #64096B; }
a { background-color: rgb(100,9,107); }
div.DivClassName
{
background-color: #64096B;
}
.BgClassName
{
background-color: #64096B;
}
</style>
border-color css
<style>
span { border-color: #64096B; }
span { border-color: rgb(100,9,107); }
td.TdClassName
{
border-color: #64096B;
}
.TagClassName
{
border-color: #64096B;
}
</style>