Shades of Purple #63026B
Tints of Purple #63026B
RGB
CMYK
RGB Variations
Color information
#63026B (or 0x63026B) is known color: Purple. HEX triplet: 63, 02 and 6B. RGB value is (99,2,107). Sum of RGB (Red+Green+Blue) = 99+2+107=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #63026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63026B is #9CFD94. Grayscale: #2A2A2A. Windows color (decimal): -10288533 or 7012963. OLE color: 7012963.
HSL color Cylindrical-coordinate representation of color #63026B: hue angle of 295.43º 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 #63026B is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 2 | 107 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.58 |
| HSL | 295.43º | 0.96% | 0.21% | - |
| HSV(B) | 295.43º | 0.98% | 0.42% | - |
| XYZ | 7.82 | 3.76 | 14.22 | - |
| YUV | 42.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 107 | 0.07 | 0.98 | 0 | 0.58 | 295.43 | 0.96 | 0.21 |
| Hex | 63 | 2 | 6B | 7 | 62 | 0 | 3A | 127 | 60 | 15 |
| Octal | 143 | 2 | 153 | 7 | 142 | 0 | 72 | 447 | 140 | 25 |
| Binary | 1100011 | 10 | 1101011 | 111 | 1100010 | 0 | 111010 | 100100111 | 1100000 | 10101 |
Color Harmonies of #63026B
Complementary color
Monochromatic Colors of #63026B
Black with #63026B
Text Example
Text Example
White with #63026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63026B; }
p { color: rgb(99,2,107); }
H1.HeaderClassName
{
color: #63026B;
}
.AnyTagClassName
{
color: #63026B;
}
</style>
background-color css
<style>
a { background-color: #63026B; }
a { background-color: rgb(99,2,107); }
div.DivClassName
{
background-color: #63026B;
}
.BgClassName
{
background-color: #63026B;
}
</style>
border-color css
<style>
span { border-color: #63026B; }
span { border-color: rgb(99,2,107); }
td.TdClassName
{
border-color: #63026B;
}
.TagClassName
{
border-color: #63026B;
}
</style>