Shades of Tyrian Purple #630A2D
Tints of Tyrian Purple #630A2D
RGB
CMYK
RGB Variations
Color information
#630A2D (or 0x630A2D) is known color: Tyrian Purple. HEX triplet: 63, 0A and 2D. RGB value is (99,10,45). Sum of RGB (Red+Green+Blue) = 99+10+45=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #630A2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A2D is #9CF5D2. Grayscale: #282828. Windows color (decimal): -10286547 or 2951779. OLE color: 2951779.
HSL color Cylindrical-coordinate representation of color #630A2D: hue angle of 336.4º 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 #630A2D is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 45 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.61 |
| HSL | 336.4º | 0.82% | 0.21% | - |
| HSV(B) | 336.4º | 0.9% | 0.39% | - |
| XYZ | 5.73 | 3.06 | 2.77 | - |
| YUV | 40.6 | 130.49 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 45 | 0 | 0.90 | 0.55 | 0.61 | 336.4 | 0.82 | 0.21 |
| Hex | 63 | A | 2D | 0 | 5A | 37 | 3D | 150 | 52 | 15 |
| Octal | 143 | 12 | 55 | 0 | 132 | 67 | 75 | 520 | 122 | 25 |
| Binary | 1100011 | 1010 | 101101 | 0 | 1011010 | 110111 | 111101 | 101010000 | 1010010 | 10101 |
Color Harmonies of #630A2D
Complementary color
Monochromatic Colors of #630A2D
Black with #630A2D
Text Example
Text Example
White with #630A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A2D; }
p { color: rgb(99,10,45); }
H1.HeaderClassName
{
color: #630A2D;
}
.AnyTagClassName
{
color: #630A2D;
}
</style>
background-color css
<style>
a { background-color: #630A2D; }
a { background-color: rgb(99,10,45); }
div.DivClassName
{
background-color: #630A2D;
}
.BgClassName
{
background-color: #630A2D;
}
</style>
border-color css
<style>
span { border-color: #630A2D; }
span { border-color: rgb(99,10,45); }
td.TdClassName
{
border-color: #630A2D;
}
.TagClassName
{
border-color: #630A2D;
}
</style>