Shades of Tyrian Purple #63033F
Tints of Tyrian Purple #63033F
RGB
CMYK
RGB Variations
Color information
#63033F (or 0x63033F) is known color: Tyrian Purple. HEX triplet: 63, 03 and 3F. RGB value is (99,3,63). Sum of RGB (Red+Green+Blue) = 99+3+63=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #63033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63033F is #9CFCC0. Grayscale: #262626. Windows color (decimal): -10288321 or 4129635. OLE color: 4129635.
HSL color Cylindrical-coordinate representation of color #63033F: hue angle of 322.5º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #63033F is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 3 | 63 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.61 |
| HSL | 322.5º | 0.94% | 0.2% | - |
| HSV(B) | 322.5º | 0.97% | 0.39% | - |
| XYZ | 6.08 | 3.08 | 4.98 | - |
| YUV | 38.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 63 | 0 | 0.97 | 0.36 | 0.61 | 322.5 | 0.94 | 0.2 |
| Hex | 63 | 3 | 3F | 0 | 61 | 24 | 3D | 142 | 5E | 14 |
| Octal | 143 | 3 | 77 | 0 | 141 | 44 | 75 | 502 | 136 | 24 |
| Binary | 1100011 | 11 | 111111 | 0 | 1100001 | 100100 | 111101 | 101000010 | 1011110 | 10100 |
Color Harmonies of #63033F
Complementary color
Monochromatic Colors of #63033F
Black with #63033F
Text Example
Text Example
White with #63033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63033F; }
p { color: rgb(99,3,63); }
H1.HeaderClassName
{
color: #63033F;
}
.AnyTagClassName
{
color: #63033F;
}
</style>
background-color css
<style>
a { background-color: #63033F; }
a { background-color: rgb(99,3,63); }
div.DivClassName
{
background-color: #63033F;
}
.BgClassName
{
background-color: #63033F;
}
</style>
border-color css
<style>
span { border-color: #63033F; }
span { border-color: rgb(99,3,63); }
td.TdClassName
{
border-color: #63033F;
}
.TagClassName
{
border-color: #63033F;
}
</style>