Shades of Tyrian Purple #52093D
Tints of Tyrian Purple #52093D
RGB
CMYK
RGB Variations
Color information
#52093D (or 0x52093D) is known color: Tyrian Purple. HEX triplet: 52, 09 and 3D. RGB value is (82,9,61). Sum of RGB (Red+Green+Blue) = 82+9+61=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #52093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52093D is #ADF6C2. Grayscale: #242424. Windows color (decimal): -11400899 or 4000082. OLE color: 4000082.
HSL color Cylindrical-coordinate representation of color #52093D: hue angle of 317.26º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52093D is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 9 | 61 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.68 |
| HSL | 317.26º | 0.8% | 0.18% | - |
| HSV(B) | 317.26º | 0.89% | 0.32% | - |
| XYZ | 4.42 | 2.33 | 4.63 | - |
| YUV | 36.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 61 | 0 | 0.89 | 0.26 | 0.68 | 317.26 | 0.8 | 0.18 |
| Hex | 52 | 9 | 3D | 0 | 59 | 1A | 44 | 13D | 50 | 12 |
| Octal | 122 | 11 | 75 | 0 | 131 | 32 | 104 | 475 | 120 | 22 |
| Binary | 1010010 | 1001 | 111101 | 0 | 1011001 | 11010 | 1000100 | 100111101 | 1010000 | 10010 |
Color Harmonies of #52093D
Complementary color
Monochromatic Colors of #52093D
Black with #52093D
Text Example
Text Example
White with #52093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52093D; }
p { color: rgb(82,9,61); }
H1.HeaderClassName
{
color: #52093D;
}
.AnyTagClassName
{
color: #52093D;
}
</style>
background-color css
<style>
a { background-color: #52093D; }
a { background-color: rgb(82,9,61); }
div.DivClassName
{
background-color: #52093D;
}
.BgClassName
{
background-color: #52093D;
}
</style>
border-color css
<style>
span { border-color: #52093D; }
span { border-color: rgb(82,9,61); }
td.TdClassName
{
border-color: #52093D;
}
.TagClassName
{
border-color: #52093D;
}
</style>