Shades of Tyrian Purple #630A4E
Tints of Tyrian Purple #630A4E
RGB
CMYK
RGB Variations
Color information
#630A4E (or 0x630A4E) is known color: Tyrian Purple. HEX triplet: 63, 0A and 4E. RGB value is (99,10,78). Sum of RGB (Red+Green+Blue) = 99+10+78=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #630A4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A4E is #9CF5B1. Grayscale: #2C2C2C. Windows color (decimal): -10286514 or 5114467. OLE color: 5114467.
HSL color Cylindrical-coordinate representation of color #630A4E: hue angle of 314.16º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A4E is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 78 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.61 |
| HSL | 314.16º | 0.82% | 0.21% | - |
| HSV(B) | 314.16º | 0.9% | 0.39% | - |
| XYZ | 6.63 | 3.42 | 7.52 | - |
| YUV | 44.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 78 | 0 | 0.90 | 0.21 | 0.61 | 314.16 | 0.82 | 0.21 |
| Hex | 63 | A | 4E | 0 | 5A | 15 | 3D | 13A | 52 | 15 |
| Octal | 143 | 12 | 116 | 0 | 132 | 25 | 75 | 472 | 122 | 25 |
| Binary | 1100011 | 1010 | 1001110 | 0 | 1011010 | 10101 | 111101 | 100111010 | 1010010 | 10101 |
Color Harmonies of #630A4E
Complementary color
Monochromatic Colors of #630A4E
Black with #630A4E
Text Example
Text Example
White with #630A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A4E; }
p { color: rgb(99,10,78); }
H1.HeaderClassName
{
color: #630A4E;
}
.AnyTagClassName
{
color: #630A4E;
}
</style>
background-color css
<style>
a { background-color: #630A4E; }
a { background-color: rgb(99,10,78); }
div.DivClassName
{
background-color: #630A4E;
}
.BgClassName
{
background-color: #630A4E;
}
</style>
border-color css
<style>
span { border-color: #630A4E; }
span { border-color: rgb(99,10,78); }
td.TdClassName
{
border-color: #630A4E;
}
.TagClassName
{
border-color: #630A4E;
}
</style>