Shades of Tyrian Purple #630353
Tints of Tyrian Purple #630353
RGB
CMYK
RGB Variations
Color information
#630353 (or 0x630353) is known color: Tyrian Purple. HEX triplet: 63, 03 and 53. RGB value is (99,3,83). Sum of RGB (Red+Green+Blue) = 99+3+83=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #630353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630353 is #9CFCAC. Grayscale: #282828. Windows color (decimal): -10288301 or 5440355. OLE color: 5440355.
HSL color Cylindrical-coordinate representation of color #630353: hue angle of 310º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630353 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 3 | 83 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.61 |
| HSL | 310º | 0.94% | 0.2% | - |
| HSV(B) | 310º | 0.97% | 0.39% | - |
| XYZ | 6.74 | 3.34 | 8.47 | - |
| YUV | 40.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 83 | 0 | 0.97 | 0.16 | 0.61 | 310 | 0.94 | 0.2 |
| Hex | 63 | 3 | 53 | 0 | 61 | 10 | 3D | 136 | 5E | 14 |
| Octal | 143 | 3 | 123 | 0 | 141 | 20 | 75 | 466 | 136 | 24 |
| Binary | 1100011 | 11 | 1010011 | 0 | 1100001 | 10000 | 111101 | 100110110 | 1011110 | 10100 |
Color Harmonies of #630353
Complementary color
Monochromatic Colors of #630353
Black with #630353
Text Example
Text Example
White with #630353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630353; }
p { color: rgb(99,3,83); }
H1.HeaderClassName
{
color: #630353;
}
.AnyTagClassName
{
color: #630353;
}
</style>
background-color css
<style>
a { background-color: #630353; }
a { background-color: rgb(99,3,83); }
div.DivClassName
{
background-color: #630353;
}
.BgClassName
{
background-color: #630353;
}
</style>
border-color css
<style>
span { border-color: #630353; }
span { border-color: rgb(99,3,83); }
td.TdClassName
{
border-color: #630353;
}
.TagClassName
{
border-color: #630353;
}
</style>