Shades of Tyrian Purple #530F40
Tints of Tyrian Purple #530F40
RGB
CMYK
RGB Variations
Color information
#530F40 (or 0x530F40) is known color: Tyrian Purple. HEX triplet: 53, 0F and 40. RGB value is (83,15,64). Sum of RGB (Red+Green+Blue) = 83+15+64=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #530F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F40 is #ACF0BF. Grayscale: #282828. Windows color (decimal): -11333824 or 4198227. OLE color: 4198227.
HSL color Cylindrical-coordinate representation of color #530F40: hue angle of 316.76º 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 #530F40 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 64 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.67 |
| HSL | 316.76º | 0.69% | 0.19% | - |
| HSV(B) | 316.76º | 0.82% | 0.33% | - |
| XYZ | 4.66 | 2.55 | 5.1 | - |
| YUV | 40.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 64 | 0 | 0.82 | 0.23 | 0.67 | 316.76 | 0.69 | 0.19 |
| Hex | 53 | F | 40 | 0 | 52 | 17 | 43 | 13D | 45 | 13 |
| Octal | 123 | 17 | 100 | 0 | 122 | 27 | 103 | 475 | 105 | 23 |
| Binary | 1010011 | 1111 | 1000000 | 0 | 1010010 | 10111 | 1000011 | 100111101 | 1000101 | 10011 |
Color Harmonies of #530F40
Complementary color
Monochromatic Colors of #530F40
Black with #530F40
Text Example
Text Example
White with #530F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F40; }
p { color: rgb(83,15,64); }
H1.HeaderClassName
{
color: #530F40;
}
.AnyTagClassName
{
color: #530F40;
}
</style>
background-color css
<style>
a { background-color: #530F40; }
a { background-color: rgb(83,15,64); }
div.DivClassName
{
background-color: #530F40;
}
.BgClassName
{
background-color: #530F40;
}
</style>
border-color css
<style>
span { border-color: #530F40; }
span { border-color: rgb(83,15,64); }
td.TdClassName
{
border-color: #530F40;
}
.TagClassName
{
border-color: #530F40;
}
</style>