Shades of Tyrian Purple #630A3E
Tints of Tyrian Purple #630A3E
RGB
CMYK
RGB Variations
Color information
#630A3E (or 0x630A3E) is known color: Tyrian Purple. HEX triplet: 63, 0A and 3E. RGB value is (99,10,62). Sum of RGB (Red+Green+Blue) = 99+10+62=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #630A3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A3E is #9CF5C1. Grayscale: #2A2A2A. Windows color (decimal): -10286530 or 4065891. OLE color: 4065891.
HSL color Cylindrical-coordinate representation of color #630A3E: hue angle of 324.94º 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 #630A3E is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 62 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.61 |
| HSL | 324.94º | 0.82% | 0.21% | - |
| HSV(B) | 324.94º | 0.9% | 0.39% | - |
| XYZ | 6.12 | 3.22 | 4.86 | - |
| YUV | 42.54 | 138.99 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 62 | 0 | 0.90 | 0.37 | 0.61 | 324.94 | 0.82 | 0.21 |
| Hex | 63 | A | 3E | 0 | 5A | 25 | 3D | 145 | 52 | 15 |
| Octal | 143 | 12 | 76 | 0 | 132 | 45 | 75 | 505 | 122 | 25 |
| Binary | 1100011 | 1010 | 111110 | 0 | 1011010 | 100101 | 111101 | 101000101 | 1010010 | 10101 |
Color Harmonies of #630A3E
Complementary color
Monochromatic Colors of #630A3E
Black with #630A3E
Text Example
Text Example
White with #630A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A3E; }
p { color: rgb(99,10,62); }
H1.HeaderClassName
{
color: #630A3E;
}
.AnyTagClassName
{
color: #630A3E;
}
</style>
background-color css
<style>
a { background-color: #630A3E; }
a { background-color: rgb(99,10,62); }
div.DivClassName
{
background-color: #630A3E;
}
.BgClassName
{
background-color: #630A3E;
}
</style>
border-color css
<style>
span { border-color: #630A3E; }
span { border-color: rgb(99,10,62); }
td.TdClassName
{
border-color: #630A3E;
}
.TagClassName
{
border-color: #630A3E;
}
</style>