Shades of Tyrian Purple #530F4A
Tints of Tyrian Purple #530F4A
RGB
CMYK
RGB Variations
Color information
#530F4A (or 0x530F4A) is known color: Tyrian Purple. HEX triplet: 53, 0F and 4A. RGB value is (83,15,74). Sum of RGB (Red+Green+Blue) = 83+15+74=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #530F4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F4A is #ACF0B5. Grayscale: #292929. Windows color (decimal): -11333814 or 4853587. OLE color: 4853587.
HSL color Cylindrical-coordinate representation of color #530F4A: hue angle of 307.94º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #530F4A is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 74 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.67 |
| HSL | 307.94º | 0.69% | 0.19% | - |
| HSV(B) | 307.94º | 0.82% | 0.33% | - |
| XYZ | 4.97 | 2.68 | 6.73 | - |
| YUV | 42.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 74 | 0 | 0.82 | 0.11 | 0.67 | 307.94 | 0.69 | 0.19 |
| Hex | 53 | F | 4A | 0 | 52 | B | 43 | 134 | 45 | 13 |
| Octal | 123 | 17 | 112 | 0 | 122 | 13 | 103 | 464 | 105 | 23 |
| Binary | 1010011 | 1111 | 1001010 | 0 | 1010010 | 1011 | 1000011 | 100110100 | 1000101 | 10011 |
Color Harmonies of #530F4A
Complementary color
Monochromatic Colors of #530F4A
Black with #530F4A
Text Example
Text Example
White with #530F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F4A; }
p { color: rgb(83,15,74); }
H1.HeaderClassName
{
color: #530F4A;
}
.AnyTagClassName
{
color: #530F4A;
}
</style>
background-color css
<style>
a { background-color: #530F4A; }
a { background-color: rgb(83,15,74); }
div.DivClassName
{
background-color: #530F4A;
}
.BgClassName
{
background-color: #530F4A;
}
</style>
border-color css
<style>
span { border-color: #530F4A; }
span { border-color: rgb(83,15,74); }
td.TdClassName
{
border-color: #530F4A;
}
.TagClassName
{
border-color: #530F4A;
}
</style>