Shades of Tyrian Purple #630A3F
Tints of Tyrian Purple #630A3F
RGB
CMYK
RGB Variations
Color information
#630A3F (or 0x630A3F) is known color: Tyrian Purple. HEX triplet: 63, 0A and 3F. RGB value is (99,10,63). Sum of RGB (Red+Green+Blue) = 99+10+63=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #630A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A3F is #9CF5C0. Grayscale: #2A2A2A. Windows color (decimal): -10286529 or 4131427. OLE color: 4131427.
HSL color Cylindrical-coordinate representation of color #630A3F: hue angle of 324.27º 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 #630A3F is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 63 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.61 |
| HSL | 324.27º | 0.82% | 0.21% | - |
| HSV(B) | 324.27º | 0.9% | 0.39% | - |
| XYZ | 6.15 | 3.23 | 5 | - |
| YUV | 42.65 | 139.49 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 63 | 0 | 0.90 | 0.36 | 0.61 | 324.27 | 0.82 | 0.21 |
| Hex | 63 | A | 3F | 0 | 5A | 24 | 3D | 144 | 52 | 15 |
| Octal | 143 | 12 | 77 | 0 | 132 | 44 | 75 | 504 | 122 | 25 |
| Binary | 1100011 | 1010 | 111111 | 0 | 1011010 | 100100 | 111101 | 101000100 | 1010010 | 10101 |
Color Harmonies of #630A3F
Complementary color
Monochromatic Colors of #630A3F
Black with #630A3F
Text Example
Text Example
White with #630A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A3F; }
p { color: rgb(99,10,63); }
H1.HeaderClassName
{
color: #630A3F;
}
.AnyTagClassName
{
color: #630A3F;
}
</style>
background-color css
<style>
a { background-color: #630A3F; }
a { background-color: rgb(99,10,63); }
div.DivClassName
{
background-color: #630A3F;
}
.BgClassName
{
background-color: #630A3F;
}
</style>
border-color css
<style>
span { border-color: #630A3F; }
span { border-color: rgb(99,10,63); }
td.TdClassName
{
border-color: #630A3F;
}
.TagClassName
{
border-color: #630A3F;
}
</style>