Shades of Tyrian Purple #530C3E
Tints of Tyrian Purple #530C3E
RGB
CMYK
RGB Variations
Color information
#530C3E (or 0x530C3E) is known color: Tyrian Purple. HEX triplet: 53, 0C and 3E. RGB value is (83,12,62). Sum of RGB (Red+Green+Blue) = 83+12+62=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #530C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C3E is #ACF3C1. Grayscale: #262626. Windows color (decimal): -11334594 or 4066387. OLE color: 4066387.
HSL color Cylindrical-coordinate representation of color #530C3E: hue angle of 317.75º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C3E is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 12 | 62 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.67 |
| HSL | 317.75º | 0.75% | 0.19% | - |
| HSV(B) | 317.75º | 0.86% | 0.33% | - |
| XYZ | 4.57 | 2.45 | 4.79 | - |
| YUV | 38.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 62 | 0 | 0.86 | 0.25 | 0.67 | 317.75 | 0.75 | 0.19 |
| Hex | 53 | C | 3E | 0 | 56 | 19 | 43 | 13E | 4B | 13 |
| Octal | 123 | 14 | 76 | 0 | 126 | 31 | 103 | 476 | 113 | 23 |
| Binary | 1010011 | 1100 | 111110 | 0 | 1010110 | 11001 | 1000011 | 100111110 | 1001011 | 10011 |
Color Harmonies of #530C3E
Complementary color
Monochromatic Colors of #530C3E
Black with #530C3E
Text Example
Text Example
White with #530C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C3E; }
p { color: rgb(83,12,62); }
H1.HeaderClassName
{
color: #530C3E;
}
.AnyTagClassName
{
color: #530C3E;
}
</style>
background-color css
<style>
a { background-color: #530C3E; }
a { background-color: rgb(83,12,62); }
div.DivClassName
{
background-color: #530C3E;
}
.BgClassName
{
background-color: #530C3E;
}
</style>
border-color css
<style>
span { border-color: #530C3E; }
span { border-color: rgb(83,12,62); }
td.TdClassName
{
border-color: #530C3E;
}
.TagClassName
{
border-color: #530C3E;
}
</style>