Shades of Tyrian Purple #630C4B
Tints of Tyrian Purple #630C4B
RGB
CMYK
RGB Variations
Color information
#630C4B (or 0x630C4B) is known color: Tyrian Purple. HEX triplet: 63, 0C and 4B. RGB value is (99,12,75). Sum of RGB (Red+Green+Blue) = 99+12+75=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #630C4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C4B is #9CF3B4. Grayscale: #2D2D2D. Windows color (decimal): -10286005 or 4918371. OLE color: 4918371.
HSL color Cylindrical-coordinate representation of color #630C4B: hue angle of 316.55º 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 #630C4B is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 75 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.61 |
| HSL | 316.55º | 0.78% | 0.22% | - |
| HSV(B) | 316.55º | 0.88% | 0.39% | - |
| XYZ | 6.55 | 3.42 | 6.97 | - |
| YUV | 45.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 75 | 0 | 0.88 | 0.24 | 0.61 | 316.55 | 0.78 | 0.22 |
| Hex | 63 | C | 4B | 0 | 58 | 18 | 3D | 13D | 4E | 16 |
| Octal | 143 | 14 | 113 | 0 | 130 | 30 | 75 | 475 | 116 | 26 |
| Binary | 1100011 | 1100 | 1001011 | 0 | 1011000 | 11000 | 111101 | 100111101 | 1001110 | 10110 |
Color Harmonies of #630C4B
Complementary color
Monochromatic Colors of #630C4B
Black with #630C4B
Text Example
Text Example
White with #630C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C4B; }
p { color: rgb(99,12,75); }
H1.HeaderClassName
{
color: #630C4B;
}
.AnyTagClassName
{
color: #630C4B;
}
</style>
background-color css
<style>
a { background-color: #630C4B; }
a { background-color: rgb(99,12,75); }
div.DivClassName
{
background-color: #630C4B;
}
.BgClassName
{
background-color: #630C4B;
}
</style>
border-color css
<style>
span { border-color: #630C4B; }
span { border-color: rgb(99,12,75); }
td.TdClassName
{
border-color: #630C4B;
}
.TagClassName
{
border-color: #630C4B;
}
</style>