Shades of Purple #63046A
Tints of Purple #63046A
RGB
CMYK
RGB Variations
Color information
#63046A (or 0x63046A) is known color: Purple. HEX triplet: 63, 04 and 6A. RGB value is (99,4,106). Sum of RGB (Red+Green+Blue) = 99+4+106=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #63046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63046A is #9CFB95. Grayscale: #2B2B2B. Windows color (decimal): -10288022 or 6947939. OLE color: 6947939.
HSL color Cylindrical-coordinate representation of color #63046A: hue angle of 295.88º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63046A is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 4 | 106 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.58 |
| HSL | 295.88º | 0.93% | 0.22% | - |
| HSV(B) | 295.88º | 0.96% | 0.42% | - |
| XYZ | 7.79 | 3.78 | 13.95 | - |
| YUV | 44.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 106 | 0.07 | 0.96 | 0 | 0.58 | 295.88 | 0.93 | 0.22 |
| Hex | 63 | 4 | 6A | 7 | 60 | 0 | 3A | 128 | 5D | 16 |
| Octal | 143 | 4 | 152 | 7 | 140 | 0 | 72 | 450 | 135 | 26 |
| Binary | 1100011 | 100 | 1101010 | 111 | 1100000 | 0 | 111010 | 100101000 | 1011101 | 10110 |
Color Harmonies of #63046A
Complementary color
Monochromatic Colors of #63046A
Black with #63046A
Text Example
Text Example
White with #63046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63046A; }
p { color: rgb(99,4,106); }
H1.HeaderClassName
{
color: #63046A;
}
.AnyTagClassName
{
color: #63046A;
}
</style>
background-color css
<style>
a { background-color: #63046A; }
a { background-color: rgb(99,4,106); }
div.DivClassName
{
background-color: #63046A;
}
.BgClassName
{
background-color: #63046A;
}
</style>
border-color css
<style>
span { border-color: #63046A; }
span { border-color: rgb(99,4,106); }
td.TdClassName
{
border-color: #63046A;
}
.TagClassName
{
border-color: #63046A;
}
</style>