Shades of Tyrian Purple #630B40
Tints of Tyrian Purple #630B40
RGB
CMYK
RGB Variations
Color information
#630B40 (or 0x630B40) is known color: Tyrian Purple. HEX triplet: 63, 0B and 40. RGB value is (99,11,64). Sum of RGB (Red+Green+Blue) = 99+11+64=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #630B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630B40 is #9CF4BF. Grayscale: #2B2B2B. Windows color (decimal): -10286272 or 4197219. OLE color: 4197219.
HSL color Cylindrical-coordinate representation of color #630B40: hue angle of 323.86º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #630B40 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 11 | 64 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.61 |
| HSL | 323.86º | 0.8% | 0.22% | - |
| HSV(B) | 323.86º | 0.89% | 0.39% | - |
| XYZ | 6.19 | 3.26 | 5.15 | - |
| YUV | 43.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 64 | 0 | 0.89 | 0.35 | 0.61 | 323.86 | 0.8 | 0.22 |
| Hex | 63 | B | 40 | 0 | 59 | 23 | 3D | 144 | 50 | 16 |
| Octal | 143 | 13 | 100 | 0 | 131 | 43 | 75 | 504 | 120 | 26 |
| Binary | 1100011 | 1011 | 1000000 | 0 | 1011001 | 100011 | 111101 | 101000100 | 1010000 | 10110 |
Color Harmonies of #630B40
Complementary color
Monochromatic Colors of #630B40
Black with #630B40
Text Example
Text Example
White with #630B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630B40; }
p { color: rgb(99,11,64); }
H1.HeaderClassName
{
color: #630B40;
}
.AnyTagClassName
{
color: #630B40;
}
</style>
background-color css
<style>
a { background-color: #630B40; }
a { background-color: rgb(99,11,64); }
div.DivClassName
{
background-color: #630B40;
}
.BgClassName
{
background-color: #630B40;
}
</style>
border-color css
<style>
span { border-color: #630B40; }
span { border-color: rgb(99,11,64); }
td.TdClassName
{
border-color: #630B40;
}
.TagClassName
{
border-color: #630B40;
}
</style>