Shades of Tyrian Purple #630B3C
Tints of Tyrian Purple #630B3C
RGB
CMYK
RGB Variations
Color information
#630B3C (or 0x630B3C) is known color: Tyrian Purple. HEX triplet: 63, 0B and 3C. RGB value is (99,11,60). Sum of RGB (Red+Green+Blue) = 99+11+60=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #630B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630B3C is #9CF4C3. Grayscale: #2A2A2A. Windows color (decimal): -10286276 or 3935075. OLE color: 3935075.
HSL color Cylindrical-coordinate representation of color #630B3C: hue angle of 326.59º 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 #630B3C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 11 | 60 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.61 |
| HSL | 326.59º | 0.8% | 0.22% | - |
| HSV(B) | 326.59º | 0.89% | 0.39% | - |
| XYZ | 6.08 | 3.22 | 4.58 | - |
| YUV | 42.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 60 | 0 | 0.89 | 0.39 | 0.61 | 326.59 | 0.8 | 0.22 |
| Hex | 63 | B | 3C | 0 | 59 | 27 | 3D | 147 | 50 | 16 |
| Octal | 143 | 13 | 74 | 0 | 131 | 47 | 75 | 507 | 120 | 26 |
| Binary | 1100011 | 1011 | 111100 | 0 | 1011001 | 100111 | 111101 | 101000111 | 1010000 | 10110 |
Color Harmonies of #630B3C
Complementary color
Monochromatic Colors of #630B3C
Black with #630B3C
Text Example
Text Example
White with #630B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630B3C; }
p { color: rgb(99,11,60); }
H1.HeaderClassName
{
color: #630B3C;
}
.AnyTagClassName
{
color: #630B3C;
}
</style>
background-color css
<style>
a { background-color: #630B3C; }
a { background-color: rgb(99,11,60); }
div.DivClassName
{
background-color: #630B3C;
}
.BgClassName
{
background-color: #630B3C;
}
</style>
border-color css
<style>
span { border-color: #630B3C; }
span { border-color: rgb(99,11,60); }
td.TdClassName
{
border-color: #630B3C;
}
.TagClassName
{
border-color: #630B3C;
}
</style>