Shades of Purple #64026A
Tints of Purple #64026A
RGB
CMYK
RGB Variations
Color information
#64026A (or 0x64026A) is known color: Purple. HEX triplet: 64, 02 and 6A. RGB value is (100,2,106). Sum of RGB (Red+Green+Blue) = 100+2+106=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #64026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64026A is #9BFD95. Grayscale: #2A2A2A. Windows color (decimal): -10222998 or 6947428. OLE color: 6947428.
HSL color Cylindrical-coordinate representation of color #64026A: hue angle of 296.54º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64026A is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 2 | 106 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.58 |
| HSL | 296.54º | 0.96% | 0.21% | - |
| HSV(B) | 296.54º | 0.98% | 0.42% | - |
| XYZ | 7.88 | 3.79 | 13.95 | - |
| YUV | 43.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 106 | 0.06 | 0.98 | 0 | 0.58 | 296.54 | 0.96 | 0.21 |
| Hex | 64 | 2 | 6A | 6 | 62 | 0 | 3A | 129 | 60 | 15 |
| Octal | 144 | 2 | 152 | 6 | 142 | 0 | 72 | 451 | 140 | 25 |
| Binary | 1100100 | 10 | 1101010 | 110 | 1100010 | 0 | 111010 | 100101001 | 1100000 | 10101 |
Color Harmonies of #64026A
Complementary color
Monochromatic Colors of #64026A
Black with #64026A
Text Example
Text Example
White with #64026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64026A; }
p { color: rgb(100,2,106); }
H1.HeaderClassName
{
color: #64026A;
}
.AnyTagClassName
{
color: #64026A;
}
</style>
background-color css
<style>
a { background-color: #64026A; }
a { background-color: rgb(100,2,106); }
div.DivClassName
{
background-color: #64026A;
}
.BgClassName
{
background-color: #64026A;
}
</style>
border-color css
<style>
span { border-color: #64026A; }
span { border-color: rgb(100,2,106); }
td.TdClassName
{
border-color: #64026A;
}
.TagClassName
{
border-color: #64026A;
}
</style>