Shades of Tyrian Purple #630242
Tints of Tyrian Purple #630242
RGB
CMYK
RGB Variations
Color information
#630242 (or 0x630242) is known color: Tyrian Purple. HEX triplet: 63, 02 and 42. RGB value is (99,2,66). Sum of RGB (Red+Green+Blue) = 99+2+66=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #630242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630242 is #9CFDBD. Grayscale: #262626. Windows color (decimal): -10288574 or 4325987. OLE color: 4325987.
HSL color Cylindrical-coordinate representation of color #630242: hue angle of 320.41º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630242 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 66 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.61 |
| HSL | 320.41º | 0.96% | 0.2% | - |
| HSV(B) | 320.41º | 0.98% | 0.39% | - |
| XYZ | 6.15 | 3.09 | 5.43 | - |
| YUV | 38.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 66 | 0 | 0.98 | 0.33 | 0.61 | 320.41 | 0.96 | 0.2 |
| Hex | 63 | 2 | 42 | 0 | 62 | 21 | 3D | 140 | 60 | 14 |
| Octal | 143 | 2 | 102 | 0 | 142 | 41 | 75 | 500 | 140 | 24 |
| Binary | 1100011 | 10 | 1000010 | 0 | 1100010 | 100001 | 111101 | 101000000 | 1100000 | 10100 |
Color Harmonies of #630242
Complementary color
Monochromatic Colors of #630242
Black with #630242
Text Example
Text Example
White with #630242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630242; }
p { color: rgb(99,2,66); }
H1.HeaderClassName
{
color: #630242;
}
.AnyTagClassName
{
color: #630242;
}
</style>
background-color css
<style>
a { background-color: #630242; }
a { background-color: rgb(99,2,66); }
div.DivClassName
{
background-color: #630242;
}
.BgClassName
{
background-color: #630242;
}
</style>
border-color css
<style>
span { border-color: #630242; }
span { border-color: rgb(99,2,66); }
td.TdClassName
{
border-color: #630242;
}
.TagClassName
{
border-color: #630242;
}
</style>