Shades of Purple #630B73
Tints of Purple #630B73
RGB
CMYK
RGB Variations
Color information
#630B73 (or 0x630B73) is known color: Purple. HEX triplet: 63, 0B and 73. RGB value is (99,11,115). Sum of RGB (Red+Green+Blue) = 99+11+115=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #630B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630B73 is #9CF48C. Grayscale: #303030. Windows color (decimal): -10286221 or 7539555. OLE color: 7539555.
HSL color Cylindrical-coordinate representation of color #630B73: hue angle of 290.77º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630B73 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 11 | 115 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.55 |
| HSL | 290.77º | 0.83% | 0.25% | - |
| HSV(B) | 290.77º | 0.9% | 0.45% | - |
| XYZ | 8.36 | 4.13 | 16.58 | - |
| YUV | 49.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 115 | 0.14 | 0.90 | 0 | 0.55 | 290.77 | 0.83 | 0.25 |
| Hex | 63 | B | 73 | E | 5A | 0 | 37 | 123 | 53 | 19 |
| Octal | 143 | 13 | 163 | 16 | 132 | 0 | 67 | 443 | 123 | 31 |
| Binary | 1100011 | 1011 | 1110011 | 1110 | 1011010 | 0 | 110111 | 100100011 | 1010011 | 11001 |
Color Harmonies of #630B73
Complementary color
Monochromatic Colors of #630B73
Black with #630B73
Text Example
Text Example
White with #630B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630B73; }
p { color: rgb(99,11,115); }
H1.HeaderClassName
{
color: #630B73;
}
.AnyTagClassName
{
color: #630B73;
}
</style>
background-color css
<style>
a { background-color: #630B73; }
a { background-color: rgb(99,11,115); }
div.DivClassName
{
background-color: #630B73;
}
.BgClassName
{
background-color: #630B73;
}
</style>
border-color css
<style>
span { border-color: #630B73; }
span { border-color: rgb(99,11,115); }
td.TdClassName
{
border-color: #630B73;
}
.TagClassName
{
border-color: #630B73;
}
</style>