Shades of Purple #63026A
Tints of Purple #63026A
RGB
CMYK
RGB Variations
Color information
#63026A (or 0x63026A) is known color: Purple. HEX triplet: 63, 02 and 6A. RGB value is (99,2,106). Sum of RGB (Red+Green+Blue) = 99+2+106=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #63026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63026A is #9CFD95. Grayscale: #2A2A2A. Windows color (decimal): -10288534 or 6947427. OLE color: 6947427.
HSL color Cylindrical-coordinate representation of color #63026A: hue angle of 295.96º 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 #63026A is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 2 | 106 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.58 |
| HSL | 295.96º | 0.96% | 0.21% | - |
| HSV(B) | 295.96º | 0.98% | 0.42% | - |
| XYZ | 7.77 | 3.74 | 13.95 | - |
| YUV | 42.86 | 163.64 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 106 | 0.07 | 0.98 | 0 | 0.58 | 295.96 | 0.96 | 0.21 |
| Hex | 63 | 2 | 6A | 7 | 62 | 0 | 3A | 128 | 60 | 15 |
| Octal | 143 | 2 | 152 | 7 | 142 | 0 | 72 | 450 | 140 | 25 |
| Binary | 1100011 | 10 | 1101010 | 111 | 1100010 | 0 | 111010 | 100101000 | 1100000 | 10101 |
Color Harmonies of #63026A
Complementary color
Monochromatic Colors of #63026A
Black with #63026A
Text Example
Text Example
White with #63026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63026A; }
p { color: rgb(99,2,106); }
H1.HeaderClassName
{
color: #63026A;
}
.AnyTagClassName
{
color: #63026A;
}
</style>
background-color css
<style>
a { background-color: #63026A; }
a { background-color: rgb(99,2,106); }
div.DivClassName
{
background-color: #63026A;
}
.BgClassName
{
background-color: #63026A;
}
</style>
border-color css
<style>
span { border-color: #63026A; }
span { border-color: rgb(99,2,106); }
td.TdClassName
{
border-color: #63026A;
}
.TagClassName
{
border-color: #63026A;
}
</style>