Shades of Tyrian Purple #630F34
Tints of Tyrian Purple #630F34
RGB
CMYK
RGB Variations
Color information
#630F34 (or 0x630F34) is known color: Tyrian Purple. HEX triplet: 63, 0F and 34. RGB value is (99,15,52). Sum of RGB (Red+Green+Blue) = 99+15+52=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #630F34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F34 is #9CF0CB. Grayscale: #2C2C2C. Windows color (decimal): -10285260 or 3411811. OLE color: 3411811.
HSL color Cylindrical-coordinate representation of color #630F34: hue angle of 333.57º 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 #630F34 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 52 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.61 |
| HSL | 333.57º | 0.74% | 0.22% | - |
| HSV(B) | 333.57º | 0.85% | 0.39% | - |
| XYZ | 5.94 | 3.24 | 3.56 | - |
| YUV | 44.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 52 | 0 | 0.85 | 0.47 | 0.61 | 333.57 | 0.74 | 0.22 |
| Hex | 63 | F | 34 | 0 | 55 | 2F | 3D | 14E | 4A | 16 |
| Octal | 143 | 17 | 64 | 0 | 125 | 57 | 75 | 516 | 112 | 26 |
| Binary | 1100011 | 1111 | 110100 | 0 | 1010101 | 101111 | 111101 | 101001110 | 1001010 | 10110 |
Color Harmonies of #630F34
Complementary color
Monochromatic Colors of #630F34
Black with #630F34
Text Example
Text Example
White with #630F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F34; }
p { color: rgb(99,15,52); }
H1.HeaderClassName
{
color: #630F34;
}
.AnyTagClassName
{
color: #630F34;
}
</style>
background-color css
<style>
a { background-color: #630F34; }
a { background-color: rgb(99,15,52); }
div.DivClassName
{
background-color: #630F34;
}
.BgClassName
{
background-color: #630F34;
}
</style>
border-color css
<style>
span { border-color: #630F34; }
span { border-color: rgb(99,15,52); }
td.TdClassName
{
border-color: #630F34;
}
.TagClassName
{
border-color: #630F34;
}
</style>