Shades of Tyrian Purple #63073D
Tints of Tyrian Purple #63073D
RGB
CMYK
RGB Variations
Color information
#63073D (or 0x63073D) is known color: Tyrian Purple. HEX triplet: 63, 07 and 3D. RGB value is (99,7,61). Sum of RGB (Red+Green+Blue) = 99+7+61=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63073D is #9CF8C2. Grayscale: #282828. Windows color (decimal): -10287299 or 3999587. OLE color: 3999587.
HSL color Cylindrical-coordinate representation of color #63073D: hue angle of 324.78º 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 #63073D is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 7 | 61 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.61 |
| HSL | 324.78º | 0.87% | 0.21% | - |
| HSV(B) | 324.78º | 0.93% | 0.39% | - |
| XYZ | 6.06 | 3.14 | 4.7 | - |
| YUV | 40.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 61 | 0 | 0.93 | 0.38 | 0.61 | 324.78 | 0.87 | 0.21 |
| Hex | 63 | 7 | 3D | 0 | 5D | 26 | 3D | 145 | 57 | 15 |
| Octal | 143 | 7 | 75 | 0 | 135 | 46 | 75 | 505 | 127 | 25 |
| Binary | 1100011 | 111 | 111101 | 0 | 1011101 | 100110 | 111101 | 101000101 | 1010111 | 10101 |
Color Harmonies of #63073D
Complementary color
Monochromatic Colors of #63073D
Black with #63073D
Text Example
Text Example
White with #63073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63073D; }
p { color: rgb(99,7,61); }
H1.HeaderClassName
{
color: #63073D;
}
.AnyTagClassName
{
color: #63073D;
}
</style>
background-color css
<style>
a { background-color: #63073D; }
a { background-color: rgb(99,7,61); }
div.DivClassName
{
background-color: #63073D;
}
.BgClassName
{
background-color: #63073D;
}
</style>
border-color css
<style>
span { border-color: #63073D; }
span { border-color: rgb(99,7,61); }
td.TdClassName
{
border-color: #63073D;
}
.TagClassName
{
border-color: #63073D;
}
</style>