Shades of Tyrian Purple #630C42
Tints of Tyrian Purple #630C42
RGB
CMYK
RGB Variations
Color information
#630C42 (or 0x630C42) is known color: Tyrian Purple. HEX triplet: 63, 0C and 42. RGB value is (99,12,66). Sum of RGB (Red+Green+Blue) = 99+12+66=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #630C42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C42 is #9CF3BD. Grayscale: #2C2C2C. Windows color (decimal): -10286014 or 4328547. OLE color: 4328547.
HSL color Cylindrical-coordinate representation of color #630C42: hue angle of 322.76º 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 #630C42 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 66 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.61 |
| HSL | 322.76º | 0.78% | 0.22% | - |
| HSV(B) | 322.76º | 0.88% | 0.39% | - |
| XYZ | 6.26 | 3.31 | 5.46 | - |
| YUV | 44.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 66 | 0 | 0.88 | 0.33 | 0.61 | 322.76 | 0.78 | 0.22 |
| Hex | 63 | C | 42 | 0 | 58 | 21 | 3D | 143 | 4E | 16 |
| Octal | 143 | 14 | 102 | 0 | 130 | 41 | 75 | 503 | 116 | 26 |
| Binary | 1100011 | 1100 | 1000010 | 0 | 1011000 | 100001 | 111101 | 101000011 | 1001110 | 10110 |
Color Harmonies of #630C42
Complementary color
Monochromatic Colors of #630C42
Black with #630C42
Text Example
Text Example
White with #630C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C42; }
p { color: rgb(99,12,66); }
H1.HeaderClassName
{
color: #630C42;
}
.AnyTagClassName
{
color: #630C42;
}
</style>
background-color css
<style>
a { background-color: #630C42; }
a { background-color: rgb(99,12,66); }
div.DivClassName
{
background-color: #630C42;
}
.BgClassName
{
background-color: #630C42;
}
</style>
border-color css
<style>
span { border-color: #630C42; }
span { border-color: rgb(99,12,66); }
td.TdClassName
{
border-color: #630C42;
}
.TagClassName
{
border-color: #630C42;
}
</style>