Shades of Purple #63026E
Tints of Purple #63026E
RGB
CMYK
RGB Variations
Color information
#63026E (or 0x63026E) is known color: Purple. HEX triplet: 63, 02 and 6E. RGB value is (99,2,110). Sum of RGB (Red+Green+Blue) = 99+2+110=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #63026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63026E is #9CFD91. Grayscale: #2A2A2A. Windows color (decimal): -10288530 or 7209571. OLE color: 7209571.
HSL color Cylindrical-coordinate representation of color #63026E: hue angle of 293.89º 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 #63026E is Cyan = 0.1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 2 | 110 | - |
| CMYK | 0.1 | 0.98 | 0 | 0.57 |
| HSL | 293.89º | 0.96% | 0.22% | - |
| HSV(B) | 293.89º | 0.98% | 0.43% | - |
| XYZ | 7.98 | 3.82 | 15.07 | - |
| YUV | 43.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 110 | 0.1 | 0.98 | 0 | 0.57 | 293.89 | 0.96 | 0.22 |
| Hex | 63 | 2 | 6E | A | 62 | 0 | 39 | 126 | 60 | 16 |
| Octal | 143 | 2 | 156 | 12 | 142 | 0 | 71 | 446 | 140 | 26 |
| Binary | 1100011 | 10 | 1101110 | 1010 | 1100010 | 0 | 111001 | 100100110 | 1100000 | 10110 |
Color Harmonies of #63026E
Complementary color
Monochromatic Colors of #63026E
Black with #63026E
Text Example
Text Example
White with #63026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63026E; }
p { color: rgb(99,2,110); }
H1.HeaderClassName
{
color: #63026E;
}
.AnyTagClassName
{
color: #63026E;
}
</style>
background-color css
<style>
a { background-color: #63026E; }
a { background-color: rgb(99,2,110); }
div.DivClassName
{
background-color: #63026E;
}
.BgClassName
{
background-color: #63026E;
}
</style>
border-color css
<style>
span { border-color: #63026E; }
span { border-color: rgb(99,2,110); }
td.TdClassName
{
border-color: #63026E;
}
.TagClassName
{
border-color: #63026E;
}
</style>