Shades of Tyrian Purple #63052F
Tints of Tyrian Purple #63052F
RGB
CMYK
RGB Variations
Color information
#63052F (or 0x63052F) is known color: Tyrian Purple. HEX triplet: 63, 05 and 2F. RGB value is (99,5,47). Sum of RGB (Red+Green+Blue) = 99+5+47=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #63052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63052F is #9CFAD0. Grayscale: #252525. Windows color (decimal): -10287825 or 3081571. OLE color: 3081571.
HSL color Cylindrical-coordinate representation of color #63052F: hue angle of 333.19º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63052F is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 5 | 47 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.61 |
| HSL | 333.19º | 0.9% | 0.2% | - |
| HSV(B) | 333.19º | 0.95% | 0.39% | - |
| XYZ | 5.71 | 2.97 | 2.96 | - |
| YUV | 37.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 47 | 0 | 0.95 | 0.53 | 0.61 | 333.19 | 0.9 | 0.2 |
| Hex | 63 | 5 | 2F | 0 | 5F | 35 | 3D | 14D | 5A | 14 |
| Octal | 143 | 5 | 57 | 0 | 137 | 65 | 75 | 515 | 132 | 24 |
| Binary | 1100011 | 101 | 101111 | 0 | 1011111 | 110101 | 111101 | 101001101 | 1011010 | 10100 |
Color Harmonies of #63052F
Complementary color
Monochromatic Colors of #63052F
Black with #63052F
Text Example
Text Example
White with #63052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63052F; }
p { color: rgb(99,5,47); }
H1.HeaderClassName
{
color: #63052F;
}
.AnyTagClassName
{
color: #63052F;
}
</style>
background-color css
<style>
a { background-color: #63052F; }
a { background-color: rgb(99,5,47); }
div.DivClassName
{
background-color: #63052F;
}
.BgClassName
{
background-color: #63052F;
}
</style>
border-color css
<style>
span { border-color: #63052F; }
span { border-color: rgb(99,5,47); }
td.TdClassName
{
border-color: #63052F;
}
.TagClassName
{
border-color: #63052F;
}
</style>