Shades of Purple #64026C
Tints of Purple #64026C
RGB
CMYK
RGB Variations
Color information
#64026C (or 0x64026C) is known color: Purple. HEX triplet: 64, 02 and 6C. RGB value is (100,2,108). Sum of RGB (Red+Green+Blue) = 100+2+108=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #64026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64026C is #9BFD93. Grayscale: #2B2B2B. Windows color (decimal): -10222996 or 7078500. OLE color: 7078500.
HSL color Cylindrical-coordinate representation of color #64026C: hue angle of 295.47º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64026C is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 2 | 108 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.58 |
| HSL | 295.47º | 0.96% | 0.22% | - |
| HSV(B) | 295.47º | 0.98% | 0.42% | - |
| XYZ | 7.98 | 3.84 | 14.51 | - |
| YUV | 43.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 108 | 0.07 | 0.98 | 0 | 0.58 | 295.47 | 0.96 | 0.22 |
| Hex | 64 | 2 | 6C | 7 | 62 | 0 | 3A | 127 | 60 | 16 |
| Octal | 144 | 2 | 154 | 7 | 142 | 0 | 72 | 447 | 140 | 26 |
| Binary | 1100100 | 10 | 1101100 | 111 | 1100010 | 0 | 111010 | 100100111 | 1100000 | 10110 |
Color Harmonies of #64026C
Complementary color
Monochromatic Colors of #64026C
Black with #64026C
Text Example
Text Example
White with #64026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64026C; }
p { color: rgb(100,2,108); }
H1.HeaderClassName
{
color: #64026C;
}
.AnyTagClassName
{
color: #64026C;
}
</style>
background-color css
<style>
a { background-color: #64026C; }
a { background-color: rgb(100,2,108); }
div.DivClassName
{
background-color: #64026C;
}
.BgClassName
{
background-color: #64026C;
}
</style>
border-color css
<style>
span { border-color: #64026C; }
span { border-color: rgb(100,2,108); }
td.TdClassName
{
border-color: #64026C;
}
.TagClassName
{
border-color: #64026C;
}
</style>