Shades of Tyrian Purple #630F41
Tints of Tyrian Purple #630F41
RGB
CMYK
RGB Variations
Color information
#630F41 (or 0x630F41) is known color: Tyrian Purple. HEX triplet: 63, 0F and 41. RGB value is (99,15,65). Sum of RGB (Red+Green+Blue) = 99+15+65=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #630F41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F41 is #9CF0BE. Grayscale: #2D2D2D. Windows color (decimal): -10285247 or 4263779. OLE color: 4263779.
HSL color Cylindrical-coordinate representation of color #630F41: hue angle of 324.29º 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 #630F41 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 65 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.61 |
| HSL | 324.29º | 0.74% | 0.22% | - |
| HSV(B) | 324.29º | 0.85% | 0.39% | - |
| XYZ | 6.27 | 3.38 | 5.32 | - |
| YUV | 45.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 65 | 0 | 0.85 | 0.34 | 0.61 | 324.29 | 0.74 | 0.22 |
| Hex | 63 | F | 41 | 0 | 55 | 22 | 3D | 144 | 4A | 16 |
| Octal | 143 | 17 | 101 | 0 | 125 | 42 | 75 | 504 | 112 | 26 |
| Binary | 1100011 | 1111 | 1000001 | 0 | 1010101 | 100010 | 111101 | 101000100 | 1001010 | 10110 |
Color Harmonies of #630F41
Complementary color
Monochromatic Colors of #630F41
Black with #630F41
Text Example
Text Example
White with #630F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F41; }
p { color: rgb(99,15,65); }
H1.HeaderClassName
{
color: #630F41;
}
.AnyTagClassName
{
color: #630F41;
}
</style>
background-color css
<style>
a { background-color: #630F41; }
a { background-color: rgb(99,15,65); }
div.DivClassName
{
background-color: #630F41;
}
.BgClassName
{
background-color: #630F41;
}
</style>
border-color css
<style>
span { border-color: #630F41; }
span { border-color: rgb(99,15,65); }
td.TdClassName
{
border-color: #630F41;
}
.TagClassName
{
border-color: #630F41;
}
</style>