Shades of Tyrian Purple #630F37
Tints of Tyrian Purple #630F37
RGB
CMYK
RGB Variations
Color information
#630F37 (or 0x630F37) is known color: Tyrian Purple. HEX triplet: 63, 0F and 37. RGB value is (99,15,55). Sum of RGB (Red+Green+Blue) = 99+15+55=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #630F37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F37 is #9CF0C8. Grayscale: #2C2C2C. Windows color (decimal): -10285257 or 3608419. OLE color: 3608419.
HSL color Cylindrical-coordinate representation of color #630F37: hue angle of 331.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F37 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 55 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.61 |
| HSL | 331.43º | 0.74% | 0.22% | - |
| HSV(B) | 331.43º | 0.85% | 0.39% | - |
| XYZ | 6.01 | 3.27 | 3.93 | - |
| YUV | 44.68 | 133.83 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 55 | 0 | 0.85 | 0.44 | 0.61 | 331.43 | 0.74 | 0.22 |
| Hex | 63 | F | 37 | 0 | 55 | 2C | 3D | 14B | 4A | 16 |
| Octal | 143 | 17 | 67 | 0 | 125 | 54 | 75 | 513 | 112 | 26 |
| Binary | 1100011 | 1111 | 110111 | 0 | 1010101 | 101100 | 111101 | 101001011 | 1001010 | 10110 |
Color Harmonies of #630F37
Complementary color
Monochromatic Colors of #630F37
Black with #630F37
Text Example
Text Example
White with #630F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F37; }
p { color: rgb(99,15,55); }
H1.HeaderClassName
{
color: #630F37;
}
.AnyTagClassName
{
color: #630F37;
}
</style>
background-color css
<style>
a { background-color: #630F37; }
a { background-color: rgb(99,15,55); }
div.DivClassName
{
background-color: #630F37;
}
.BgClassName
{
background-color: #630F37;
}
</style>
border-color css
<style>
span { border-color: #630F37; }
span { border-color: rgb(99,15,55); }
td.TdClassName
{
border-color: #630F37;
}
.TagClassName
{
border-color: #630F37;
}
</style>