Shades of Tyrian Purple #630034
Tints of Tyrian Purple #630034
RGB
CMYK
RGB Variations
Color information
#630034 (or 0x630034) is known color: Tyrian Purple. HEX triplet: 63, 00 and 34. RGB value is (99,0,52). Sum of RGB (Red+Green+Blue) = 99+0+52=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #630034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630034 is #9CFFCB. Grayscale: #232323. Windows color (decimal): -10289100 or 3407971. OLE color: 3407971.
HSL color Cylindrical-coordinate representation of color #630034: hue angle of 328.48º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630034 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.47 | 0.61 |
| HSL | 328.48º | 1% | 0.19% | - |
| HSV(B) | 328.48º | 1% | 0.39% | - |
| XYZ | 5.77 | 2.9 | 3.5 | - |
| YUV | 35.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 52 | 0 | 1 | 0.47 | 0.61 | 328.48 | 1 | 0.19 |
| Hex | 63 | 0 | 34 | 0 | 64 | 2F | 3D | 148 | 64 | 13 |
| Octal | 143 | 0 | 64 | 0 | 144 | 57 | 75 | 510 | 144 | 23 |
| Binary | 1100011 | 0 | 110100 | 0 | 1100100 | 101111 | 111101 | 101001000 | 1100100 | 10011 |
Color Harmonies of #630034
Complementary color
Monochromatic Colors of #630034
Black with #630034
Text Example
Text Example
White with #630034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630034; }
p { color: rgb(99,0,52); }
H1.HeaderClassName
{
color: #630034;
}
.AnyTagClassName
{
color: #630034;
}
</style>
background-color css
<style>
a { background-color: #630034; }
a { background-color: rgb(99,0,52); }
div.DivClassName
{
background-color: #630034;
}
.BgClassName
{
background-color: #630034;
}
</style>
border-color css
<style>
span { border-color: #630034; }
span { border-color: rgb(99,0,52); }
td.TdClassName
{
border-color: #630034;
}
.TagClassName
{
border-color: #630034;
}
</style>