Shades of Tyrian Purple #63074F
Tints of Tyrian Purple #63074F
RGB
CMYK
RGB Variations
Color information
#63074F (or 0x63074F) is known color: Tyrian Purple. HEX triplet: 63, 07 and 4F. RGB value is (99,7,79). Sum of RGB (Red+Green+Blue) = 99+7+79=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #63074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63074F is #9CF8B0. Grayscale: #2A2A2A. Windows color (decimal): -10287281 or 5179235. OLE color: 5179235.
HSL color Cylindrical-coordinate representation of color #63074F: hue angle of 313.04º 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 #63074F is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 7 | 79 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.61 |
| HSL | 313.04º | 0.87% | 0.21% | - |
| HSV(B) | 313.04º | 0.93% | 0.39% | - |
| XYZ | 6.63 | 3.37 | 7.7 | - |
| YUV | 42.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 79 | 0 | 0.93 | 0.20 | 0.61 | 313.04 | 0.87 | 0.21 |
| Hex | 63 | 7 | 4F | 0 | 5D | 14 | 3D | 139 | 57 | 15 |
| Octal | 143 | 7 | 117 | 0 | 135 | 24 | 75 | 471 | 127 | 25 |
| Binary | 1100011 | 111 | 1001111 | 0 | 1011101 | 10100 | 111101 | 100111001 | 1010111 | 10101 |
Color Harmonies of #63074F
Complementary color
Monochromatic Colors of #63074F
Black with #63074F
Text Example
Text Example
White with #63074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63074F; }
p { color: rgb(99,7,79); }
H1.HeaderClassName
{
color: #63074F;
}
.AnyTagClassName
{
color: #63074F;
}
</style>
background-color css
<style>
a { background-color: #63074F; }
a { background-color: rgb(99,7,79); }
div.DivClassName
{
background-color: #63074F;
}
.BgClassName
{
background-color: #63074F;
}
</style>
border-color css
<style>
span { border-color: #63074F; }
span { border-color: rgb(99,7,79); }
td.TdClassName
{
border-color: #63074F;
}
.TagClassName
{
border-color: #63074F;
}
</style>