Shades of Tyrian Purple #530B42
Tints of Tyrian Purple #530B42
RGB
CMYK
RGB Variations
Color information
#530B42 (or 0x530B42) is known color: Tyrian Purple. HEX triplet: 53, 0B and 42. RGB value is (83,11,66). Sum of RGB (Red+Green+Blue) = 83+11+66=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #530B42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B42 is #ACF4BD. Grayscale: #262626. Windows color (decimal): -11334846 or 4328275. OLE color: 4328275.
HSL color Cylindrical-coordinate representation of color #530B42: hue angle of 314.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B42 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 66 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.67 |
| HSL | 314.17º | 0.77% | 0.18% | - |
| HSV(B) | 314.17º | 0.87% | 0.33% | - |
| XYZ | 4.67 | 2.47 | 5.39 | - |
| YUV | 38.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 66 | 0 | 0.87 | 0.20 | 0.67 | 314.17 | 0.77 | 0.18 |
| Hex | 53 | B | 42 | 0 | 57 | 14 | 43 | 13A | 4D | 12 |
| Octal | 123 | 13 | 102 | 0 | 127 | 24 | 103 | 472 | 115 | 22 |
| Binary | 1010011 | 1011 | 1000010 | 0 | 1010111 | 10100 | 1000011 | 100111010 | 1001101 | 10010 |
Color Harmonies of #530B42
Complementary color
Monochromatic Colors of #530B42
Black with #530B42
Text Example
Text Example
White with #530B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B42; }
p { color: rgb(83,11,66); }
H1.HeaderClassName
{
color: #530B42;
}
.AnyTagClassName
{
color: #530B42;
}
</style>
background-color css
<style>
a { background-color: #530B42; }
a { background-color: rgb(83,11,66); }
div.DivClassName
{
background-color: #530B42;
}
.BgClassName
{
background-color: #530B42;
}
</style>
border-color css
<style>
span { border-color: #530B42; }
span { border-color: rgb(83,11,66); }
td.TdClassName
{
border-color: #530B42;
}
.TagClassName
{
border-color: #530B42;
}
</style>