Shades of Tyrian Purple #530F44
Tints of Tyrian Purple #530F44
RGB
CMYK
RGB Variations
Color information
#530F44 (or 0x530F44) is known color: Tyrian Purple. HEX triplet: 53, 0F and 44. RGB value is (83,15,68). Sum of RGB (Red+Green+Blue) = 83+15+68=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #530F44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F44 is #ACF0BB. Grayscale: #292929. Windows color (decimal): -11333820 or 4460371. OLE color: 4460371.
HSL color Cylindrical-coordinate representation of color #530F44: hue angle of 313.24º 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 #530F44 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 68 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.67 |
| HSL | 313.24º | 0.69% | 0.19% | - |
| HSV(B) | 313.24º | 0.82% | 0.33% | - |
| XYZ | 4.78 | 2.6 | 5.72 | - |
| YUV | 41.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 68 | 0 | 0.82 | 0.18 | 0.67 | 313.24 | 0.69 | 0.19 |
| Hex | 53 | F | 44 | 0 | 52 | 12 | 43 | 139 | 45 | 13 |
| Octal | 123 | 17 | 104 | 0 | 122 | 22 | 103 | 471 | 105 | 23 |
| Binary | 1010011 | 1111 | 1000100 | 0 | 1010010 | 10010 | 1000011 | 100111001 | 1000101 | 10011 |
Color Harmonies of #530F44
Complementary color
Monochromatic Colors of #530F44
Black with #530F44
Text Example
Text Example
White with #530F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F44; }
p { color: rgb(83,15,68); }
H1.HeaderClassName
{
color: #530F44;
}
.AnyTagClassName
{
color: #530F44;
}
</style>
background-color css
<style>
a { background-color: #530F44; }
a { background-color: rgb(83,15,68); }
div.DivClassName
{
background-color: #530F44;
}
.BgClassName
{
background-color: #530F44;
}
</style>
border-color css
<style>
span { border-color: #530F44; }
span { border-color: rgb(83,15,68); }
td.TdClassName
{
border-color: #530F44;
}
.TagClassName
{
border-color: #530F44;
}
</style>