Shades of Tyrian Purple #630653
Tints of Tyrian Purple #630653
RGB
CMYK
RGB Variations
Color information
#630653 (or 0x630653) is known color: Tyrian Purple. HEX triplet: 63, 06 and 53. RGB value is (99,6,83). Sum of RGB (Red+Green+Blue) = 99+6+83=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #630653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630653 is #9CF9AC. Grayscale: #2A2A2A. Windows color (decimal): -10287533 or 5441123. OLE color: 5441123.
HSL color Cylindrical-coordinate representation of color #630653: hue angle of 310.32º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630653 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 6 | 83 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.61 |
| HSL | 310.32º | 0.89% | 0.21% | - |
| HSV(B) | 310.32º | 0.94% | 0.39% | - |
| XYZ | 6.77 | 3.41 | 8.48 | - |
| YUV | 42.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 83 | 0 | 0.94 | 0.16 | 0.61 | 310.32 | 0.89 | 0.21 |
| Hex | 63 | 6 | 53 | 0 | 5E | 10 | 3D | 136 | 59 | 15 |
| Octal | 143 | 6 | 123 | 0 | 136 | 20 | 75 | 466 | 131 | 25 |
| Binary | 1100011 | 110 | 1010011 | 0 | 1011110 | 10000 | 111101 | 100110110 | 1011001 | 10101 |
Color Harmonies of #630653
Complementary color
Monochromatic Colors of #630653
Black with #630653
Text Example
Text Example
White with #630653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630653; }
p { color: rgb(99,6,83); }
H1.HeaderClassName
{
color: #630653;
}
.AnyTagClassName
{
color: #630653;
}
</style>
background-color css
<style>
a { background-color: #630653; }
a { background-color: rgb(99,6,83); }
div.DivClassName
{
background-color: #630653;
}
.BgClassName
{
background-color: #630653;
}
</style>
border-color css
<style>
span { border-color: #630653; }
span { border-color: rgb(99,6,83); }
td.TdClassName
{
border-color: #630653;
}
.TagClassName
{
border-color: #630653;
}
</style>