Shades of Tyrian Purple #630A4A
Tints of Tyrian Purple #630A4A
RGB
CMYK
RGB Variations
Color information
#630A4A (or 0x630A4A) is known color: Tyrian Purple. HEX triplet: 63, 0A and 4A. RGB value is (99,10,74). Sum of RGB (Red+Green+Blue) = 99+10+74=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #630A4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A4A is #9CF5B5. Grayscale: #2B2B2B. Windows color (decimal): -10286518 or 4852323. OLE color: 4852323.
HSL color Cylindrical-coordinate representation of color #630A4A: hue angle of 316.85º 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 #630A4A is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 74 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.61 |
| HSL | 316.85º | 0.82% | 0.21% | - |
| HSV(B) | 316.85º | 0.9% | 0.39% | - |
| XYZ | 6.49 | 3.36 | 6.79 | - |
| YUV | 43.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 74 | 0 | 0.90 | 0.25 | 0.61 | 316.85 | 0.82 | 0.21 |
| Hex | 63 | A | 4A | 0 | 5A | 19 | 3D | 13D | 52 | 15 |
| Octal | 143 | 12 | 112 | 0 | 132 | 31 | 75 | 475 | 122 | 25 |
| Binary | 1100011 | 1010 | 1001010 | 0 | 1011010 | 11001 | 111101 | 100111101 | 1010010 | 10101 |
Color Harmonies of #630A4A
Complementary color
Monochromatic Colors of #630A4A
Black with #630A4A
Text Example
Text Example
White with #630A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A4A; }
p { color: rgb(99,10,74); }
H1.HeaderClassName
{
color: #630A4A;
}
.AnyTagClassName
{
color: #630A4A;
}
</style>
background-color css
<style>
a { background-color: #630A4A; }
a { background-color: rgb(99,10,74); }
div.DivClassName
{
background-color: #630A4A;
}
.BgClassName
{
background-color: #630A4A;
}
</style>
border-color css
<style>
span { border-color: #630A4A; }
span { border-color: rgb(99,10,74); }
td.TdClassName
{
border-color: #630A4A;
}
.TagClassName
{
border-color: #630A4A;
}
</style>