Shades of Tyrian Purple #621238
Tints of Tyrian Purple #621238
RGB
CMYK
RGB Variations
Color information
#621238 (or 0x621238) is known color: Tyrian Purple. HEX triplet: 62, 12 and 38. RGB value is (98,18,56). Sum of RGB (Red+Green+Blue) = 98+18+56=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #621238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621238 is #9DEDC7. Grayscale: #2E2E2E. Windows color (decimal): -10350024 or 3674722. OLE color: 3674722.
HSL color Cylindrical-coordinate representation of color #621238: hue angle of 331.5º 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 #621238 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 56 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.62 |
| HSL | 331.5º | 0.69% | 0.23% | - |
| HSV(B) | 331.5º | 0.82% | 0.38% | - |
| XYZ | 5.97 | 3.31 | 4.07 | - |
| YUV | 46.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 56 | 0 | 0.82 | 0.43 | 0.62 | 331.5 | 0.69 | 0.23 |
| Hex | 62 | 12 | 38 | 0 | 52 | 2B | 3E | 14C | 45 | 17 |
| Octal | 142 | 22 | 70 | 0 | 122 | 53 | 76 | 514 | 105 | 27 |
| Binary | 1100010 | 10010 | 111000 | 0 | 1010010 | 101011 | 111110 | 101001100 | 1000101 | 10111 |
Color Harmonies of #621238
Complementary color
Monochromatic Colors of #621238
Black with #621238
Text Example
Text Example
White with #621238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621238; }
p { color: rgb(98,18,56); }
H1.HeaderClassName
{
color: #621238;
}
.AnyTagClassName
{
color: #621238;
}
</style>
background-color css
<style>
a { background-color: #621238; }
a { background-color: rgb(98,18,56); }
div.DivClassName
{
background-color: #621238;
}
.BgClassName
{
background-color: #621238;
}
</style>
border-color css
<style>
span { border-color: #621238; }
span { border-color: rgb(98,18,56); }
td.TdClassName
{
border-color: #621238;
}
.TagClassName
{
border-color: #621238;
}
</style>