Shades of Tyrian Purple #630153
Tints of Tyrian Purple #630153
RGB
CMYK
RGB Variations
Color information
#630153 (or 0x630153) is known color: Tyrian Purple. HEX triplet: 63, 01 and 53. RGB value is (99,1,83). Sum of RGB (Red+Green+Blue) = 99+1+83=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #630153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630153 is #9CFEAC. Grayscale: #272727. Windows color (decimal): -10288813 or 5439843. OLE color: 5439843.
HSL color Cylindrical-coordinate representation of color #630153: hue angle of 309.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630153 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.61 |
| HSL | 309.8º | 0.98% | 0.2% | - |
| HSV(B) | 309.8º | 0.99% | 0.39% | - |
| XYZ | 6.72 | 3.3 | 8.47 | - |
| YUV | 39.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 83 | 0 | 0.99 | 0.16 | 0.61 | 309.8 | 0.98 | 0.2 |
| Hex | 63 | 1 | 53 | 0 | 63 | 10 | 3D | 136 | 62 | 14 |
| Octal | 143 | 1 | 123 | 0 | 143 | 20 | 75 | 466 | 142 | 24 |
| Binary | 1100011 | 1 | 1010011 | 0 | 1100011 | 10000 | 111101 | 100110110 | 1100010 | 10100 |
Color Harmonies of #630153
Complementary color
Monochromatic Colors of #630153
Black with #630153
Text Example
Text Example
White with #630153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630153; }
p { color: rgb(99,1,83); }
H1.HeaderClassName
{
color: #630153;
}
.AnyTagClassName
{
color: #630153;
}
</style>
background-color css
<style>
a { background-color: #630153; }
a { background-color: rgb(99,1,83); }
div.DivClassName
{
background-color: #630153;
}
.BgClassName
{
background-color: #630153;
}
</style>
border-color css
<style>
span { border-color: #630153; }
span { border-color: rgb(99,1,83); }
td.TdClassName
{
border-color: #630153;
}
.TagClassName
{
border-color: #630153;
}
</style>