Shades of Tyrian Purple #630C32
Tints of Tyrian Purple #630C32
RGB
CMYK
RGB Variations
Color information
#630C32 (or 0x630C32) is known color: Tyrian Purple. HEX triplet: 63, 0C and 32. RGB value is (99,12,50). Sum of RGB (Red+Green+Blue) = 99+12+50=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #630C32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C32 is #9CF3CD. Grayscale: #2A2A2A. Windows color (decimal): -10286030 or 3279971. OLE color: 3279971.
HSL color Cylindrical-coordinate representation of color #630C32: hue angle of 333.79º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630C32 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 50 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.61 |
| HSL | 333.79º | 0.78% | 0.22% | - |
| HSV(B) | 333.79º | 0.88% | 0.39% | - |
| XYZ | 5.85 | 3.15 | 3.32 | - |
| YUV | 42.35 | 132.32 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 50 | 0 | 0.88 | 0.49 | 0.61 | 333.79 | 0.78 | 0.22 |
| Hex | 63 | C | 32 | 0 | 58 | 31 | 3D | 14E | 4E | 16 |
| Octal | 143 | 14 | 62 | 0 | 130 | 61 | 75 | 516 | 116 | 26 |
| Binary | 1100011 | 1100 | 110010 | 0 | 1011000 | 110001 | 111101 | 101001110 | 1001110 | 10110 |
Color Harmonies of #630C32
Complementary color
Monochromatic Colors of #630C32
Black with #630C32
Text Example
Text Example
White with #630C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C32; }
p { color: rgb(99,12,50); }
H1.HeaderClassName
{
color: #630C32;
}
.AnyTagClassName
{
color: #630C32;
}
</style>
background-color css
<style>
a { background-color: #630C32; }
a { background-color: rgb(99,12,50); }
div.DivClassName
{
background-color: #630C32;
}
.BgClassName
{
background-color: #630C32;
}
</style>
border-color css
<style>
span { border-color: #630C32; }
span { border-color: rgb(99,12,50); }
td.TdClassName
{
border-color: #630C32;
}
.TagClassName
{
border-color: #630C32;
}
</style>