Shades of Tyrian Purple #63053C
Tints of Tyrian Purple #63053C
RGB
CMYK
RGB Variations
Color information
#63053C (or 0x63053C) is known color: Tyrian Purple. HEX triplet: 63, 05 and 3C. RGB value is (99,5,60). Sum of RGB (Red+Green+Blue) = 99+5+60=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #63053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63053C is #9CFAC3. Grayscale: #272727. Windows color (decimal): -10287812 or 3933539. OLE color: 3933539.
HSL color Cylindrical-coordinate representation of color #63053C: hue angle of 324.89º 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 #63053C is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 5 | 60 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.61 |
| HSL | 324.89º | 0.9% | 0.2% | - |
| HSV(B) | 324.89º | 0.95% | 0.39% | - |
| XYZ | 6.02 | 3.09 | 4.55 | - |
| YUV | 39.38 | 139.64 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 60 | 0 | 0.95 | 0.39 | 0.61 | 324.89 | 0.9 | 0.2 |
| Hex | 63 | 5 | 3C | 0 | 5F | 27 | 3D | 145 | 5A | 14 |
| Octal | 143 | 5 | 74 | 0 | 137 | 47 | 75 | 505 | 132 | 24 |
| Binary | 1100011 | 101 | 111100 | 0 | 1011111 | 100111 | 111101 | 101000101 | 1011010 | 10100 |
Color Harmonies of #63053C
Complementary color
Monochromatic Colors of #63053C
Black with #63053C
Text Example
Text Example
White with #63053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63053C; }
p { color: rgb(99,5,60); }
H1.HeaderClassName
{
color: #63053C;
}
.AnyTagClassName
{
color: #63053C;
}
</style>
background-color css
<style>
a { background-color: #63053C; }
a { background-color: rgb(99,5,60); }
div.DivClassName
{
background-color: #63053C;
}
.BgClassName
{
background-color: #63053C;
}
</style>
border-color css
<style>
span { border-color: #63053C; }
span { border-color: rgb(99,5,60); }
td.TdClassName
{
border-color: #63053C;
}
.TagClassName
{
border-color: #63053C;
}
</style>