Shades of Tyrian Purple #630C38
Tints of Tyrian Purple #630C38
RGB
CMYK
RGB Variations
Color information
#630C38 (or 0x630C38) is known color: Tyrian Purple. HEX triplet: 63, 0C and 38. RGB value is (99,12,56). Sum of RGB (Red+Green+Blue) = 99+12+56=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #630C38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C38 is #9CF3C7. Grayscale: #2A2A2A. Windows color (decimal): -10286024 or 3673187. OLE color: 3673187.
HSL color Cylindrical-coordinate representation of color #630C38: hue angle of 329.66º 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 #630C38 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 56 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.61 |
| HSL | 329.66º | 0.78% | 0.22% | - |
| HSV(B) | 329.66º | 0.88% | 0.39% | - |
| XYZ | 5.99 | 3.2 | 4.04 | - |
| YUV | 43.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 56 | 0 | 0.88 | 0.43 | 0.61 | 329.66 | 0.78 | 0.22 |
| Hex | 63 | C | 38 | 0 | 58 | 2B | 3D | 14A | 4E | 16 |
| Octal | 143 | 14 | 70 | 0 | 130 | 53 | 75 | 512 | 116 | 26 |
| Binary | 1100011 | 1100 | 111000 | 0 | 1011000 | 101011 | 111101 | 101001010 | 1001110 | 10110 |
Color Harmonies of #630C38
Complementary color
Monochromatic Colors of #630C38
Black with #630C38
Text Example
Text Example
White with #630C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C38; }
p { color: rgb(99,12,56); }
H1.HeaderClassName
{
color: #630C38;
}
.AnyTagClassName
{
color: #630C38;
}
</style>
background-color css
<style>
a { background-color: #630C38; }
a { background-color: rgb(99,12,56); }
div.DivClassName
{
background-color: #630C38;
}
.BgClassName
{
background-color: #630C38;
}
</style>
border-color css
<style>
span { border-color: #630C38; }
span { border-color: rgb(99,12,56); }
td.TdClassName
{
border-color: #630C38;
}
.TagClassName
{
border-color: #630C38;
}
</style>