Shades of Tyrian Purple #63094F
Tints of Tyrian Purple #63094F
RGB
CMYK
RGB Variations
Color information
#63094F (or 0x63094F) is known color: Tyrian Purple. HEX triplet: 63, 09 and 4F. RGB value is (99,9,79). Sum of RGB (Red+Green+Blue) = 99+9+79=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #63094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63094F is #9CF6B0. Grayscale: #2B2B2B. Windows color (decimal): -10286769 or 5179747. OLE color: 5179747.
HSL color Cylindrical-coordinate representation of color #63094F: hue angle of 313.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63094F is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 9 | 79 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.61 |
| HSL | 313.33º | 0.83% | 0.21% | - |
| HSV(B) | 313.33º | 0.91% | 0.39% | - |
| XYZ | 6.65 | 3.41 | 7.71 | - |
| YUV | 43.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 79 | 0 | 0.91 | 0.20 | 0.61 | 313.33 | 0.83 | 0.21 |
| Hex | 63 | 9 | 4F | 0 | 5B | 14 | 3D | 139 | 53 | 15 |
| Octal | 143 | 11 | 117 | 0 | 133 | 24 | 75 | 471 | 123 | 25 |
| Binary | 1100011 | 1001 | 1001111 | 0 | 1011011 | 10100 | 111101 | 100111001 | 1010011 | 10101 |
Color Harmonies of #63094F
Complementary color
Monochromatic Colors of #63094F
Black with #63094F
Text Example
Text Example
White with #63094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63094F; }
p { color: rgb(99,9,79); }
H1.HeaderClassName
{
color: #63094F;
}
.AnyTagClassName
{
color: #63094F;
}
</style>
background-color css
<style>
a { background-color: #63094F; }
a { background-color: rgb(99,9,79); }
div.DivClassName
{
background-color: #63094F;
}
.BgClassName
{
background-color: #63094F;
}
</style>
border-color css
<style>
span { border-color: #63094F; }
span { border-color: rgb(99,9,79); }
td.TdClassName
{
border-color: #63094F;
}
.TagClassName
{
border-color: #63094F;
}
</style>