Shades of Tyrian Purple #630C41
Tints of Tyrian Purple #630C41
RGB
CMYK
RGB Variations
Color information
#630C41 (or 0x630C41) is known color: Tyrian Purple. HEX triplet: 63, 0C and 41. RGB value is (99,12,65). Sum of RGB (Red+Green+Blue) = 99+12+65=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #630C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C41 is #9CF3BE. Grayscale: #2B2B2B. Windows color (decimal): -10286015 or 4263011. OLE color: 4263011.
HSL color Cylindrical-coordinate representation of color #630C41: hue angle of 323.45º 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 #630C41 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 65 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.61 |
| HSL | 323.45º | 0.78% | 0.22% | - |
| HSV(B) | 323.45º | 0.88% | 0.39% | - |
| XYZ | 6.23 | 3.3 | 5.31 | - |
| YUV | 44.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 65 | 0 | 0.88 | 0.34 | 0.61 | 323.45 | 0.78 | 0.22 |
| Hex | 63 | C | 41 | 0 | 58 | 22 | 3D | 143 | 4E | 16 |
| Octal | 143 | 14 | 101 | 0 | 130 | 42 | 75 | 503 | 116 | 26 |
| Binary | 1100011 | 1100 | 1000001 | 0 | 1011000 | 100010 | 111101 | 101000011 | 1001110 | 10110 |
Color Harmonies of #630C41
Complementary color
Monochromatic Colors of #630C41
Black with #630C41
Text Example
Text Example
White with #630C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C41; }
p { color: rgb(99,12,65); }
H1.HeaderClassName
{
color: #630C41;
}
.AnyTagClassName
{
color: #630C41;
}
</style>
background-color css
<style>
a { background-color: #630C41; }
a { background-color: rgb(99,12,65); }
div.DivClassName
{
background-color: #630C41;
}
.BgClassName
{
background-color: #630C41;
}
</style>
border-color css
<style>
span { border-color: #630C41; }
span { border-color: rgb(99,12,65); }
td.TdClassName
{
border-color: #630C41;
}
.TagClassName
{
border-color: #630C41;
}
</style>