Shades of Tyrian Purple #630553
Tints of Tyrian Purple #630553
RGB
CMYK
RGB Variations
Color information
#630553 (or 0x630553) is known color: Tyrian Purple. HEX triplet: 63, 05 and 53. RGB value is (99,5,83). Sum of RGB (Red+Green+Blue) = 99+5+83=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #630553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630553 is #9CFAAC. Grayscale: #292929. Windows color (decimal): -10287789 or 5440867. OLE color: 5440867.
HSL color Cylindrical-coordinate representation of color #630553: hue angle of 310.21º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630553 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 5 | 83 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.61 |
| HSL | 310.21º | 0.9% | 0.2% | - |
| HSV(B) | 310.21º | 0.95% | 0.39% | - |
| XYZ | 6.76 | 3.39 | 8.48 | - |
| YUV | 42 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 83 | 0 | 0.95 | 0.16 | 0.61 | 310.21 | 0.9 | 0.2 |
| Hex | 63 | 5 | 53 | 0 | 5F | 10 | 3D | 136 | 5A | 14 |
| Octal | 143 | 5 | 123 | 0 | 137 | 20 | 75 | 466 | 132 | 24 |
| Binary | 1100011 | 101 | 1010011 | 0 | 1011111 | 10000 | 111101 | 100110110 | 1011010 | 10100 |
Color Harmonies of #630553
Complementary color
Monochromatic Colors of #630553
Black with #630553
Text Example
Text Example
White with #630553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630553; }
p { color: rgb(99,5,83); }
H1.HeaderClassName
{
color: #630553;
}
.AnyTagClassName
{
color: #630553;
}
</style>
background-color css
<style>
a { background-color: #630553; }
a { background-color: rgb(99,5,83); }
div.DivClassName
{
background-color: #630553;
}
.BgClassName
{
background-color: #630553;
}
</style>
border-color css
<style>
span { border-color: #630553; }
span { border-color: rgb(99,5,83); }
td.TdClassName
{
border-color: #630553;
}
.TagClassName
{
border-color: #630553;
}
</style>