Shades of Purple #64066C
Tints of Purple #64066C
RGB
CMYK
RGB Variations
Color information
#64066C (or 0x64066C) is known color: Purple. HEX triplet: 64, 06 and 6C. RGB value is (100,6,108). Sum of RGB (Red+Green+Blue) = 100+6+108=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #64066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64066C is #9BF993. Grayscale: #2D2D2D. Windows color (decimal): -10221972 or 7079524. OLE color: 7079524.
HSL color Cylindrical-coordinate representation of color #64066C: hue angle of 295.29º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64066C is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 6 | 108 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.58 |
| HSL | 295.29º | 0.89% | 0.22% | - |
| HSV(B) | 295.29º | 0.94% | 0.42% | - |
| XYZ | 8.03 | 3.92 | 14.52 | - |
| YUV | 45.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 108 | 0.07 | 0.94 | 0 | 0.58 | 295.29 | 0.89 | 0.22 |
| Hex | 64 | 6 | 6C | 7 | 5E | 0 | 3A | 127 | 59 | 16 |
| Octal | 144 | 6 | 154 | 7 | 136 | 0 | 72 | 447 | 131 | 26 |
| Binary | 1100100 | 110 | 1101100 | 111 | 1011110 | 0 | 111010 | 100100111 | 1011001 | 10110 |
Color Harmonies of #64066C
Complementary color
Monochromatic Colors of #64066C
Black with #64066C
Text Example
Text Example
White with #64066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64066C; }
p { color: rgb(100,6,108); }
H1.HeaderClassName
{
color: #64066C;
}
.AnyTagClassName
{
color: #64066C;
}
</style>
background-color css
<style>
a { background-color: #64066C; }
a { background-color: rgb(100,6,108); }
div.DivClassName
{
background-color: #64066C;
}
.BgClassName
{
background-color: #64066C;
}
</style>
border-color css
<style>
span { border-color: #64066C; }
span { border-color: rgb(100,6,108); }
td.TdClassName
{
border-color: #64066C;
}
.TagClassName
{
border-color: #64066C;
}
</style>