Shades of Tyrian Purple #630F4E
Tints of Tyrian Purple #630F4E
RGB
CMYK
RGB Variations
Color information
#630F4E (or 0x630F4E) is known color: Tyrian Purple. HEX triplet: 63, 0F and 4E. RGB value is (99,15,78). Sum of RGB (Red+Green+Blue) = 99+15+78=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #630F4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630F4E is #9CF0B1. Grayscale: #2F2F2F. Windows color (decimal): -10285234 or 5115747. OLE color: 5115747.
HSL color Cylindrical-coordinate representation of color #630F4E: hue angle of 315º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F4E is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 78 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.61 |
| HSL | 315º | 0.74% | 0.22% | - |
| HSV(B) | 315º | 0.85% | 0.39% | - |
| XYZ | 6.69 | 3.54 | 7.54 | - |
| YUV | 47.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 78 | 0 | 0.85 | 0.21 | 0.61 | 315 | 0.74 | 0.22 |
| Hex | 63 | F | 4E | 0 | 55 | 15 | 3D | 13B | 4A | 16 |
| Octal | 143 | 17 | 116 | 0 | 125 | 25 | 75 | 473 | 112 | 26 |
| Binary | 1100011 | 1111 | 1001110 | 0 | 1010101 | 10101 | 111101 | 100111011 | 1001010 | 10110 |
Color Harmonies of #630F4E
Complementary color
Monochromatic Colors of #630F4E
Black with #630F4E
Text Example
Text Example
White with #630F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F4E; }
p { color: rgb(99,15,78); }
H1.HeaderClassName
{
color: #630F4E;
}
.AnyTagClassName
{
color: #630F4E;
}
</style>
background-color css
<style>
a { background-color: #630F4E; }
a { background-color: rgb(99,15,78); }
div.DivClassName
{
background-color: #630F4E;
}
.BgClassName
{
background-color: #630F4E;
}
</style>
border-color css
<style>
span { border-color: #630F4E; }
span { border-color: rgb(99,15,78); }
td.TdClassName
{
border-color: #630F4E;
}
.TagClassName
{
border-color: #630F4E;
}
</style>