Shades of Purple #64046C
Tints of Purple #64046C
RGB
CMYK
RGB Variations
Color information
#64046C (or 0x64046C) is known color: Purple. HEX triplet: 64, 04 and 6C. RGB value is (100,4,108). Sum of RGB (Red+Green+Blue) = 100+4+108=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #64046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64046C is #9BFB93. Grayscale: #2C2C2C. Windows color (decimal): -10222484 or 7079012. OLE color: 7079012.
HSL color Cylindrical-coordinate representation of color #64046C: hue angle of 295.38º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64046C is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 4 | 108 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.58 |
| HSL | 295.38º | 0.93% | 0.22% | - |
| HSV(B) | 295.38º | 0.96% | 0.42% | - |
| XYZ | 8.01 | 3.88 | 14.51 | - |
| YUV | 44.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 108 | 0.07 | 0.96 | 0 | 0.58 | 295.38 | 0.93 | 0.22 |
| Hex | 64 | 4 | 6C | 7 | 60 | 0 | 3A | 127 | 5D | 16 |
| Octal | 144 | 4 | 154 | 7 | 140 | 0 | 72 | 447 | 135 | 26 |
| Binary | 1100100 | 100 | 1101100 | 111 | 1100000 | 0 | 111010 | 100100111 | 1011101 | 10110 |
Color Harmonies of #64046C
Complementary color
Monochromatic Colors of #64046C
Black with #64046C
Text Example
Text Example
White with #64046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64046C; }
p { color: rgb(100,4,108); }
H1.HeaderClassName
{
color: #64046C;
}
.AnyTagClassName
{
color: #64046C;
}
</style>
background-color css
<style>
a { background-color: #64046C; }
a { background-color: rgb(100,4,108); }
div.DivClassName
{
background-color: #64046C;
}
.BgClassName
{
background-color: #64046C;
}
</style>
border-color css
<style>
span { border-color: #64046C; }
span { border-color: rgb(100,4,108); }
td.TdClassName
{
border-color: #64046C;
}
.TagClassName
{
border-color: #64046C;
}
</style>