Shades of Purple #64026D
Tints of Purple #64026D
RGB
CMYK
RGB Variations
Color information
#64026D (or 0x64026D) is known color: Purple. HEX triplet: 64, 02 and 6D. RGB value is (100,2,109). Sum of RGB (Red+Green+Blue) = 100+2+109=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #64026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64026D is #9BFD92. Grayscale: #2B2B2B. Windows color (decimal): -10222995 or 7144036. OLE color: 7144036.
HSL color Cylindrical-coordinate representation of color #64026D: hue angle of 294.95º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64026D is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 2 | 109 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.57 |
| HSL | 294.95º | 0.96% | 0.22% | - |
| HSV(B) | 294.95º | 0.98% | 0.43% | - |
| XYZ | 8.04 | 3.86 | 14.79 | - |
| YUV | 43.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 109 | 0.08 | 0.98 | 0 | 0.57 | 294.95 | 0.96 | 0.22 |
| Hex | 64 | 2 | 6D | 8 | 62 | 0 | 39 | 127 | 60 | 16 |
| Octal | 144 | 2 | 155 | 10 | 142 | 0 | 71 | 447 | 140 | 26 |
| Binary | 1100100 | 10 | 1101101 | 1000 | 1100010 | 0 | 111001 | 100100111 | 1100000 | 10110 |
Color Harmonies of #64026D
Complementary color
Monochromatic Colors of #64026D
Black with #64026D
Text Example
Text Example
White with #64026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64026D; }
p { color: rgb(100,2,109); }
H1.HeaderClassName
{
color: #64026D;
}
.AnyTagClassName
{
color: #64026D;
}
</style>
background-color css
<style>
a { background-color: #64026D; }
a { background-color: rgb(100,2,109); }
div.DivClassName
{
background-color: #64026D;
}
.BgClassName
{
background-color: #64026D;
}
</style>
border-color css
<style>
span { border-color: #64026D; }
span { border-color: rgb(100,2,109); }
td.TdClassName
{
border-color: #64026D;
}
.TagClassName
{
border-color: #64026D;
}
</style>