Shades of Purple #63046E
Tints of Purple #63046E
RGB
CMYK
RGB Variations
Color information
#63046E (or 0x63046E) is known color: Purple. HEX triplet: 63, 04 and 6E. RGB value is (99,4,110). Sum of RGB (Red+Green+Blue) = 99+4+110=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #63046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63046E is #9CFB91. Grayscale: #2C2C2C. Windows color (decimal): -10288018 or 7210083. OLE color: 7210083.
HSL color Cylindrical-coordinate representation of color #63046E: hue angle of 293.77º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63046E is Cyan = 0.1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 4 | 110 | - |
| CMYK | 0.1 | 0.96 | 0 | 0.57 |
| HSL | 293.77º | 0.93% | 0.22% | - |
| HSV(B) | 293.77º | 0.96% | 0.43% | - |
| XYZ | 8 | 3.87 | 15.08 | - |
| YUV | 44.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 110 | 0.1 | 0.96 | 0 | 0.57 | 293.77 | 0.93 | 0.22 |
| Hex | 63 | 4 | 6E | A | 60 | 0 | 39 | 126 | 5D | 16 |
| Octal | 143 | 4 | 156 | 12 | 140 | 0 | 71 | 446 | 135 | 26 |
| Binary | 1100011 | 100 | 1101110 | 1010 | 1100000 | 0 | 111001 | 100100110 | 1011101 | 10110 |
Color Harmonies of #63046E
Complementary color
Monochromatic Colors of #63046E
Black with #63046E
Text Example
Text Example
White with #63046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63046E; }
p { color: rgb(99,4,110); }
H1.HeaderClassName
{
color: #63046E;
}
.AnyTagClassName
{
color: #63046E;
}
</style>
background-color css
<style>
a { background-color: #63046E; }
a { background-color: rgb(99,4,110); }
div.DivClassName
{
background-color: #63046E;
}
.BgClassName
{
background-color: #63046E;
}
</style>
border-color css
<style>
span { border-color: #63046E; }
span { border-color: rgb(99,4,110); }
td.TdClassName
{
border-color: #63046E;
}
.TagClassName
{
border-color: #63046E;
}
</style>