Shades of Tyrian Purple #630753
Tints of Tyrian Purple #630753
RGB
CMYK
RGB Variations
Color information
#630753 (or 0x630753) is known color: Tyrian Purple. HEX triplet: 63, 07 and 53. RGB value is (99,7,83). Sum of RGB (Red+Green+Blue) = 99+7+83=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #630753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630753 is #9CF8AC. Grayscale: #2A2A2A. Windows color (decimal): -10287277 or 5441379. OLE color: 5441379.
HSL color Cylindrical-coordinate representation of color #630753: hue angle of 310.43º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630753 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 7 | 83 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.61 |
| HSL | 310.43º | 0.87% | 0.21% | - |
| HSV(B) | 310.43º | 0.93% | 0.39% | - |
| XYZ | 6.78 | 3.43 | 8.49 | - |
| YUV | 43.17 | 150.48 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 83 | 0 | 0.93 | 0.16 | 0.61 | 310.43 | 0.87 | 0.21 |
| Hex | 63 | 7 | 53 | 0 | 5D | 10 | 3D | 136 | 57 | 15 |
| Octal | 143 | 7 | 123 | 0 | 135 | 20 | 75 | 466 | 127 | 25 |
| Binary | 1100011 | 111 | 1010011 | 0 | 1011101 | 10000 | 111101 | 100110110 | 1010111 | 10101 |
Color Harmonies of #630753
Complementary color
Monochromatic Colors of #630753
Black with #630753
Text Example
Text Example
White with #630753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630753; }
p { color: rgb(99,7,83); }
H1.HeaderClassName
{
color: #630753;
}
.AnyTagClassName
{
color: #630753;
}
</style>
background-color css
<style>
a { background-color: #630753; }
a { background-color: rgb(99,7,83); }
div.DivClassName
{
background-color: #630753;
}
.BgClassName
{
background-color: #630753;
}
</style>
border-color css
<style>
span { border-color: #630753; }
span { border-color: rgb(99,7,83); }
td.TdClassName
{
border-color: #630753;
}
.TagClassName
{
border-color: #630753;
}
</style>