Shades of Tyrian Purple #530C3C
Tints of Tyrian Purple #530C3C
RGB
CMYK
RGB Variations
Color information
#530C3C (or 0x530C3C) is known color: Tyrian Purple. HEX triplet: 53, 0C and 3C. RGB value is (83,12,60). Sum of RGB (Red+Green+Blue) = 83+12+60=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530C3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C3C is #ACF3C3. Grayscale: #262626. Windows color (decimal): -11334596 or 3935315. OLE color: 3935315.
HSL color Cylindrical-coordinate representation of color #530C3C: hue angle of 319.44º 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 #530C3C is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 12 | 60 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.67 |
| HSL | 319.44º | 0.75% | 0.19% | - |
| HSV(B) | 319.44º | 0.86% | 0.33% | - |
| XYZ | 4.51 | 2.43 | 4.51 | - |
| YUV | 38.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 60 | 0 | 0.86 | 0.28 | 0.67 | 319.44 | 0.75 | 0.19 |
| Hex | 53 | C | 3C | 0 | 56 | 1C | 43 | 13F | 4B | 13 |
| Octal | 123 | 14 | 74 | 0 | 126 | 34 | 103 | 477 | 113 | 23 |
| Binary | 1010011 | 1100 | 111100 | 0 | 1010110 | 11100 | 1000011 | 100111111 | 1001011 | 10011 |
Color Harmonies of #530C3C
Complementary color
Monochromatic Colors of #530C3C
Black with #530C3C
Text Example
Text Example
White with #530C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C3C; }
p { color: rgb(83,12,60); }
H1.HeaderClassName
{
color: #530C3C;
}
.AnyTagClassName
{
color: #530C3C;
}
</style>
background-color css
<style>
a { background-color: #530C3C; }
a { background-color: rgb(83,12,60); }
div.DivClassName
{
background-color: #530C3C;
}
.BgClassName
{
background-color: #530C3C;
}
</style>
border-color css
<style>
span { border-color: #530C3C; }
span { border-color: rgb(83,12,60); }
td.TdClassName
{
border-color: #530C3C;
}
.TagClassName
{
border-color: #530C3C;
}
</style>