Shades of Purple #63056D
Tints of Purple #63056D
RGB
CMYK
RGB Variations
Color information
#63056D (or 0x63056D) is known color: Purple. HEX triplet: 63, 05 and 6D. RGB value is (99,5,109). Sum of RGB (Red+Green+Blue) = 99+5+109=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #63056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63056D is #9CFA92. Grayscale: #2C2C2C. Windows color (decimal): -10287763 or 7144803. OLE color: 7144803.
HSL color Cylindrical-coordinate representation of color #63056D: hue angle of 294.23º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63056D is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 5 | 109 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.57 |
| HSL | 294.23º | 0.91% | 0.22% | - |
| HSV(B) | 294.23º | 0.95% | 0.43% | - |
| XYZ | 7.96 | 3.87 | 14.79 | - |
| YUV | 44.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 109 | 0.09 | 0.95 | 0 | 0.57 | 294.23 | 0.91 | 0.22 |
| Hex | 63 | 5 | 6D | 9 | 5F | 0 | 39 | 126 | 5B | 16 |
| Octal | 143 | 5 | 155 | 11 | 137 | 0 | 71 | 446 | 133 | 26 |
| Binary | 1100011 | 101 | 1101101 | 1001 | 1011111 | 0 | 111001 | 100100110 | 1011011 | 10110 |
Color Harmonies of #63056D
Complementary color
Monochromatic Colors of #63056D
Black with #63056D
Text Example
Text Example
White with #63056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63056D; }
p { color: rgb(99,5,109); }
H1.HeaderClassName
{
color: #63056D;
}
.AnyTagClassName
{
color: #63056D;
}
</style>
background-color css
<style>
a { background-color: #63056D; }
a { background-color: rgb(99,5,109); }
div.DivClassName
{
background-color: #63056D;
}
.BgClassName
{
background-color: #63056D;
}
</style>
border-color css
<style>
span { border-color: #63056D; }
span { border-color: rgb(99,5,109); }
td.TdClassName
{
border-color: #63056D;
}
.TagClassName
{
border-color: #63056D;
}
</style>