Shades of Tyrian Purple #63022F
Tints of Tyrian Purple #63022F
RGB
CMYK
RGB Variations
Color information
#63022F (or 0x63022F) is known color: Tyrian Purple. HEX triplet: 63, 02 and 2F. RGB value is (99,2,47). Sum of RGB (Red+Green+Blue) = 99+2+47=148 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.89% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 99 - color contains mainly: red. Hex color #63022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63022F is #9CFDD0. Grayscale: #242424. Windows color (decimal): -10288593 or 3080803. OLE color: 3080803.
HSL color Cylindrical-coordinate representation of color #63022F: hue angle of 332.16º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63022F is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 47 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.61 |
| HSL | 332.16º | 0.96% | 0.2% | - |
| HSV(B) | 332.16º | 0.98% | 0.39% | - |
| XYZ | 5.68 | 2.9 | 2.95 | - |
| YUV | 36.13 | 134.14 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 47 | 0 | 0.98 | 0.53 | 0.61 | 332.16 | 0.96 | 0.2 |
| Hex | 63 | 2 | 2F | 0 | 62 | 35 | 3D | 14C | 60 | 14 |
| Octal | 143 | 2 | 57 | 0 | 142 | 65 | 75 | 514 | 140 | 24 |
| Binary | 1100011 | 10 | 101111 | 0 | 1100010 | 110101 | 111101 | 101001100 | 1100000 | 10100 |
Color Harmonies of #63022F
Complementary color
Monochromatic Colors of #63022F
Black with #63022F
Text Example
Text Example
White with #63022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63022F; }
p { color: rgb(99,2,47); }
H1.HeaderClassName
{
color: #63022F;
}
.AnyTagClassName
{
color: #63022F;
}
</style>
background-color css
<style>
a { background-color: #63022F; }
a { background-color: rgb(99,2,47); }
div.DivClassName
{
background-color: #63022F;
}
.BgClassName
{
background-color: #63022F;
}
</style>
border-color css
<style>
span { border-color: #63022F; }
span { border-color: rgb(99,2,47); }
td.TdClassName
{
border-color: #63022F;
}
.TagClassName
{
border-color: #63022F;
}
</style>