Shades of Tyrian Purple #630C2D
Tints of Tyrian Purple #630C2D
RGB
CMYK
RGB Variations
Color information
#630C2D (or 0x630C2D) is known color: Tyrian Purple. HEX triplet: 63, 0C and 2D. RGB value is (99,12,45). Sum of RGB (Red+Green+Blue) = 99+12+45=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #630C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C2D is #9CF3D2. Grayscale: #292929. Windows color (decimal): -10286035 or 2952291. OLE color: 2952291.
HSL color Cylindrical-coordinate representation of color #630C2D: hue angle of 337.24º 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 #630C2D is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 45 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.61 |
| HSL | 337.24º | 0.78% | 0.22% | - |
| HSV(B) | 337.24º | 0.88% | 0.39% | - |
| XYZ | 5.75 | 3.11 | 2.78 | - |
| YUV | 41.78 | 129.82 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 45 | 0 | 0.88 | 0.55 | 0.61 | 337.24 | 0.78 | 0.22 |
| Hex | 63 | C | 2D | 0 | 58 | 37 | 3D | 151 | 4E | 16 |
| Octal | 143 | 14 | 55 | 0 | 130 | 67 | 75 | 521 | 116 | 26 |
| Binary | 1100011 | 1100 | 101101 | 0 | 1011000 | 110111 | 111101 | 101010001 | 1001110 | 10110 |
Color Harmonies of #630C2D
Complementary color
Monochromatic Colors of #630C2D
Black with #630C2D
Text Example
Text Example
White with #630C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C2D; }
p { color: rgb(99,12,45); }
H1.HeaderClassName
{
color: #630C2D;
}
.AnyTagClassName
{
color: #630C2D;
}
</style>
background-color css
<style>
a { background-color: #630C2D; }
a { background-color: rgb(99,12,45); }
div.DivClassName
{
background-color: #630C2D;
}
.BgClassName
{
background-color: #630C2D;
}
</style>
border-color css
<style>
span { border-color: #630C2D; }
span { border-color: rgb(99,12,45); }
td.TdClassName
{
border-color: #630C2D;
}
.TagClassName
{
border-color: #630C2D;
}
</style>