Shades of Tyrian Purple #530E3E
Tints of Tyrian Purple #530E3E
RGB
CMYK
RGB Variations
Color information
#530E3E (or 0x530E3E) is known color: Tyrian Purple. HEX triplet: 53, 0E and 3E. RGB value is (83,14,62). Sum of RGB (Red+Green+Blue) = 83+14+62=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #530E3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530E3E is #ACF1C1. Grayscale: #272727. Windows color (decimal): -11334082 or 4066899. OLE color: 4066899.
HSL color Cylindrical-coordinate representation of color #530E3E: hue angle of 318.26º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #530E3E is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 14 | 62 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.67 |
| HSL | 318.26º | 0.71% | 0.19% | - |
| HSV(B) | 318.26º | 0.83% | 0.33% | - |
| XYZ | 4.59 | 2.5 | 4.8 | - |
| YUV | 40.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 62 | 0 | 0.83 | 0.25 | 0.67 | 318.26 | 0.71 | 0.19 |
| Hex | 53 | E | 3E | 0 | 53 | 19 | 43 | 13E | 47 | 13 |
| Octal | 123 | 16 | 76 | 0 | 123 | 31 | 103 | 476 | 107 | 23 |
| Binary | 1010011 | 1110 | 111110 | 0 | 1010011 | 11001 | 1000011 | 100111110 | 1000111 | 10011 |
Color Harmonies of #530E3E
Complementary color
Monochromatic Colors of #530E3E
Black with #530E3E
Text Example
Text Example
White with #530E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E3E; }
p { color: rgb(83,14,62); }
H1.HeaderClassName
{
color: #530E3E;
}
.AnyTagClassName
{
color: #530E3E;
}
</style>
background-color css
<style>
a { background-color: #530E3E; }
a { background-color: rgb(83,14,62); }
div.DivClassName
{
background-color: #530E3E;
}
.BgClassName
{
background-color: #530E3E;
}
</style>
border-color css
<style>
span { border-color: #530E3E; }
span { border-color: rgb(83,14,62); }
td.TdClassName
{
border-color: #530E3E;
}
.TagClassName
{
border-color: #530E3E;
}
</style>