Shades of Tyrian Purple #63072F
Tints of Tyrian Purple #63072F
RGB
CMYK
RGB Variations
Color information
#63072F (or 0x63072F) is known color: Tyrian Purple. HEX triplet: 63, 07 and 2F. RGB value is (99,7,47). Sum of RGB (Red+Green+Blue) = 99+7+47=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #63072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63072F is #9CF8D0. Grayscale: #272727. Windows color (decimal): -10287313 or 3082083. OLE color: 3082083.
HSL color Cylindrical-coordinate representation of color #63072F: hue angle of 333.91º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63072F is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 7 | 47 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.61 |
| HSL | 333.91º | 0.87% | 0.21% | - |
| HSV(B) | 333.91º | 0.93% | 0.39% | - |
| XYZ | 5.73 | 3.01 | 2.97 | - |
| YUV | 39.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 47 | 0 | 0.93 | 0.53 | 0.61 | 333.91 | 0.87 | 0.21 |
| Hex | 63 | 7 | 2F | 0 | 5D | 35 | 3D | 14E | 57 | 15 |
| Octal | 143 | 7 | 57 | 0 | 135 | 65 | 75 | 516 | 127 | 25 |
| Binary | 1100011 | 111 | 101111 | 0 | 1011101 | 110101 | 111101 | 101001110 | 1010111 | 10101 |
Color Harmonies of #63072F
Complementary color
Monochromatic Colors of #63072F
Black with #63072F
Text Example
Text Example
White with #63072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63072F; }
p { color: rgb(99,7,47); }
H1.HeaderClassName
{
color: #63072F;
}
.AnyTagClassName
{
color: #63072F;
}
</style>
background-color css
<style>
a { background-color: #63072F; }
a { background-color: rgb(99,7,47); }
div.DivClassName
{
background-color: #63072F;
}
.BgClassName
{
background-color: #63072F;
}
</style>
border-color css
<style>
span { border-color: #63072F; }
span { border-color: rgb(99,7,47); }
td.TdClassName
{
border-color: #63072F;
}
.TagClassName
{
border-color: #63072F;
}
</style>