Shades of Tyrian Purple #630A4B
Tints of Tyrian Purple #630A4B
RGB
CMYK
RGB Variations
Color information
#630A4B (or 0x630A4B) is known color: Tyrian Purple. HEX triplet: 63, 0A and 4B. RGB value is (99,10,75). Sum of RGB (Red+Green+Blue) = 99+10+75=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #630A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A4B is #9CF5B4. Grayscale: #2B2B2B. Windows color (decimal): -10286517 or 4917859. OLE color: 4917859.
HSL color Cylindrical-coordinate representation of color #630A4B: hue angle of 316.18º 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 #630A4B is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 75 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.61 |
| HSL | 316.18º | 0.82% | 0.21% | - |
| HSV(B) | 316.18º | 0.9% | 0.39% | - |
| XYZ | 6.52 | 3.38 | 6.96 | - |
| YUV | 44.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 75 | 0 | 0.90 | 0.24 | 0.61 | 316.18 | 0.82 | 0.21 |
| Hex | 63 | A | 4B | 0 | 5A | 18 | 3D | 13C | 52 | 15 |
| Octal | 143 | 12 | 113 | 0 | 132 | 30 | 75 | 474 | 122 | 25 |
| Binary | 1100011 | 1010 | 1001011 | 0 | 1011010 | 11000 | 111101 | 100111100 | 1010010 | 10101 |
Color Harmonies of #630A4B
Complementary color
Monochromatic Colors of #630A4B
Black with #630A4B
Text Example
Text Example
White with #630A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A4B; }
p { color: rgb(99,10,75); }
H1.HeaderClassName
{
color: #630A4B;
}
.AnyTagClassName
{
color: #630A4B;
}
</style>
background-color css
<style>
a { background-color: #630A4B; }
a { background-color: rgb(99,10,75); }
div.DivClassName
{
background-color: #630A4B;
}
.BgClassName
{
background-color: #630A4B;
}
</style>
border-color css
<style>
span { border-color: #630A4B; }
span { border-color: rgb(99,10,75); }
td.TdClassName
{
border-color: #630A4B;
}
.TagClassName
{
border-color: #630A4B;
}
</style>