Shades of Purple #63036D
Tints of Purple #63036D
RGB
CMYK
RGB Variations
Color information
#63036D (or 0x63036D) is known color: Purple. HEX triplet: 63, 03 and 6D. RGB value is (99,3,109). Sum of RGB (Red+Green+Blue) = 99+3+109=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #63036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63036D is #9CFC92. Grayscale: #2B2B2B. Windows color (decimal): -10288275 or 7144291. OLE color: 7144291.
HSL color Cylindrical-coordinate representation of color #63036D: hue angle of 294.34º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #63036D is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 3 | 109 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.57 |
| HSL | 294.34º | 0.95% | 0.22% | - |
| HSV(B) | 294.34º | 0.97% | 0.43% | - |
| XYZ | 7.94 | 3.82 | 14.79 | - |
| YUV | 43.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 109 | 0.09 | 0.97 | 0 | 0.57 | 294.34 | 0.95 | 0.22 |
| Hex | 63 | 3 | 6D | 9 | 61 | 0 | 39 | 126 | 5F | 16 |
| Octal | 143 | 3 | 155 | 11 | 141 | 0 | 71 | 446 | 137 | 26 |
| Binary | 1100011 | 11 | 1101101 | 1001 | 1100001 | 0 | 111001 | 100100110 | 1011111 | 10110 |
Color Harmonies of #63036D
Complementary color
Monochromatic Colors of #63036D
Black with #63036D
Text Example
Text Example
White with #63036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63036D; }
p { color: rgb(99,3,109); }
H1.HeaderClassName
{
color: #63036D;
}
.AnyTagClassName
{
color: #63036D;
}
</style>
background-color css
<style>
a { background-color: #63036D; }
a { background-color: rgb(99,3,109); }
div.DivClassName
{
background-color: #63036D;
}
.BgClassName
{
background-color: #63036D;
}
</style>
border-color css
<style>
span { border-color: #63036D; }
span { border-color: rgb(99,3,109); }
td.TdClassName
{
border-color: #63036D;
}
.TagClassName
{
border-color: #63036D;
}
</style>