Shades of Tyrian Purple #621242
Tints of Tyrian Purple #621242
RGB
CMYK
RGB Variations
Color information
#621242 (or 0x621242) is known color: Tyrian Purple. HEX triplet: 62, 12 and 42. RGB value is (98,18,66). Sum of RGB (Red+Green+Blue) = 98+18+66=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #621242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621242 is #9DEDBD. Grayscale: #2F2F2F. Windows color (decimal): -10350014 or 4330082. OLE color: 4330082.
HSL color Cylindrical-coordinate representation of color #621242: hue angle of 324º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621242 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 66 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.62 |
| HSL | 324º | 0.69% | 0.23% | - |
| HSV(B) | 324º | 0.82% | 0.38% | - |
| XYZ | 6.24 | 3.42 | 5.49 | - |
| YUV | 47.39 | 138.5 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 66 | 0 | 0.82 | 0.33 | 0.62 | 324 | 0.69 | 0.23 |
| Hex | 62 | 12 | 42 | 0 | 52 | 21 | 3E | 144 | 45 | 17 |
| Octal | 142 | 22 | 102 | 0 | 122 | 41 | 76 | 504 | 105 | 27 |
| Binary | 1100010 | 10010 | 1000010 | 0 | 1010010 | 100001 | 111110 | 101000100 | 1000101 | 10111 |
Color Harmonies of #621242
Complementary color
Monochromatic Colors of #621242
Black with #621242
Text Example
Text Example
White with #621242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621242; }
p { color: rgb(98,18,66); }
H1.HeaderClassName
{
color: #621242;
}
.AnyTagClassName
{
color: #621242;
}
</style>
background-color css
<style>
a { background-color: #621242; }
a { background-color: rgb(98,18,66); }
div.DivClassName
{
background-color: #621242;
}
.BgClassName
{
background-color: #621242;
}
</style>
border-color css
<style>
span { border-color: #621242; }
span { border-color: rgb(98,18,66); }
td.TdClassName
{
border-color: #621242;
}
.TagClassName
{
border-color: #621242;
}
</style>