Shades of Tyrian Purple #630C47
Tints of Tyrian Purple #630C47
RGB
CMYK
RGB Variations
Color information
#630C47 (or 0x630C47) is known color: Tyrian Purple. HEX triplet: 63, 0C and 47. RGB value is (99,12,71). Sum of RGB (Red+Green+Blue) = 99+12+71=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #630C47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C47 is #9CF3B8. Grayscale: #2C2C2C. Windows color (decimal): -10286009 or 4656227. OLE color: 4656227.
HSL color Cylindrical-coordinate representation of color #630C47: hue angle of 319.31º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630C47 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 71 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.61 |
| HSL | 319.31º | 0.78% | 0.22% | - |
| HSV(B) | 319.31º | 0.88% | 0.39% | - |
| XYZ | 6.41 | 3.37 | 6.27 | - |
| YUV | 44.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 71 | 0 | 0.88 | 0.28 | 0.61 | 319.31 | 0.78 | 0.22 |
| Hex | 63 | C | 47 | 0 | 58 | 1C | 3D | 13F | 4E | 16 |
| Octal | 143 | 14 | 107 | 0 | 130 | 34 | 75 | 477 | 116 | 26 |
| Binary | 1100011 | 1100 | 1000111 | 0 | 1011000 | 11100 | 111101 | 100111111 | 1001110 | 10110 |
Color Harmonies of #630C47
Complementary color
Monochromatic Colors of #630C47
Black with #630C47
Text Example
Text Example
White with #630C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C47; }
p { color: rgb(99,12,71); }
H1.HeaderClassName
{
color: #630C47;
}
.AnyTagClassName
{
color: #630C47;
}
</style>
background-color css
<style>
a { background-color: #630C47; }
a { background-color: rgb(99,12,71); }
div.DivClassName
{
background-color: #630C47;
}
.BgClassName
{
background-color: #630C47;
}
</style>
border-color css
<style>
span { border-color: #630C47; }
span { border-color: rgb(99,12,71); }
td.TdClassName
{
border-color: #630C47;
}
.TagClassName
{
border-color: #630C47;
}
</style>