Shades of Tyrian Purple #630C40
Tints of Tyrian Purple #630C40
RGB
CMYK
RGB Variations
Color information
#630C40 (or 0x630C40) is known color: Tyrian Purple. HEX triplet: 63, 0C and 40. RGB value is (99,12,64). Sum of RGB (Red+Green+Blue) = 99+12+64=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #630C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C40 is #9CF3BF. Grayscale: #2B2B2B. Windows color (decimal): -10286016 or 4197475. OLE color: 4197475.
HSL color Cylindrical-coordinate representation of color #630C40: hue angle of 324.14º 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 #630C40 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 64 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.61 |
| HSL | 324.14º | 0.78% | 0.22% | - |
| HSV(B) | 324.14º | 0.88% | 0.39% | - |
| XYZ | 6.2 | 3.29 | 5.16 | - |
| YUV | 43.94 | 139.32 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 64 | 0 | 0.88 | 0.35 | 0.61 | 324.14 | 0.78 | 0.22 |
| Hex | 63 | C | 40 | 0 | 58 | 23 | 3D | 144 | 4E | 16 |
| Octal | 143 | 14 | 100 | 0 | 130 | 43 | 75 | 504 | 116 | 26 |
| Binary | 1100011 | 1100 | 1000000 | 0 | 1011000 | 100011 | 111101 | 101000100 | 1001110 | 10110 |
Color Harmonies of #630C40
Complementary color
Monochromatic Colors of #630C40
Black with #630C40
Text Example
Text Example
White with #630C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C40; }
p { color: rgb(99,12,64); }
H1.HeaderClassName
{
color: #630C40;
}
.AnyTagClassName
{
color: #630C40;
}
</style>
background-color css
<style>
a { background-color: #630C40; }
a { background-color: rgb(99,12,64); }
div.DivClassName
{
background-color: #630C40;
}
.BgClassName
{
background-color: #630C40;
}
</style>
border-color css
<style>
span { border-color: #630C40; }
span { border-color: rgb(99,12,64); }
td.TdClassName
{
border-color: #630C40;
}
.TagClassName
{
border-color: #630C40;
}
</style>