Shades of Tyrian Purple #630434
Tints of Tyrian Purple #630434
RGB
CMYK
RGB Variations
Color information
#630434 (or 0x630434) is known color: Tyrian Purple. HEX triplet: 63, 04 and 34. RGB value is (99,4,52). Sum of RGB (Red+Green+Blue) = 99+4+52=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #630434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630434 is #9CFBCB. Grayscale: #252525. Windows color (decimal): -10288076 or 3408995. OLE color: 3408995.
HSL color Cylindrical-coordinate representation of color #630434: hue angle of 329.68º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630434 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 4 | 52 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.61 |
| HSL | 329.68º | 0.92% | 0.2% | - |
| HSV(B) | 329.68º | 0.96% | 0.39% | - |
| XYZ | 5.81 | 2.99 | 3.52 | - |
| YUV | 37.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 52 | 0 | 0.96 | 0.47 | 0.61 | 329.68 | 0.92 | 0.2 |
| Hex | 63 | 4 | 34 | 0 | 60 | 2F | 3D | 14A | 5C | 14 |
| Octal | 143 | 4 | 64 | 0 | 140 | 57 | 75 | 512 | 134 | 24 |
| Binary | 1100011 | 100 | 110100 | 0 | 1100000 | 101111 | 111101 | 101001010 | 1011100 | 10100 |
Color Harmonies of #630434
Complementary color
Monochromatic Colors of #630434
Black with #630434
Text Example
Text Example
White with #630434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630434; }
p { color: rgb(99,4,52); }
H1.HeaderClassName
{
color: #630434;
}
.AnyTagClassName
{
color: #630434;
}
</style>
background-color css
<style>
a { background-color: #630434; }
a { background-color: rgb(99,4,52); }
div.DivClassName
{
background-color: #630434;
}
.BgClassName
{
background-color: #630434;
}
</style>
border-color css
<style>
span { border-color: #630434; }
span { border-color: rgb(99,4,52); }
td.TdClassName
{
border-color: #630434;
}
.TagClassName
{
border-color: #630434;
}
</style>