Shades of Tyrian Purple #530B3D
Tints of Tyrian Purple #530B3D
RGB
CMYK
RGB Variations
Color information
#530B3D (or 0x530B3D) is known color: Tyrian Purple. HEX triplet: 53, 0B and 3D. RGB value is (83,11,61). Sum of RGB (Red+Green+Blue) = 83+11+61=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530B3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B3D is #ACF4C2. Grayscale: #262626. Windows color (decimal): -11334851 or 4000595. OLE color: 4000595.
HSL color Cylindrical-coordinate representation of color #530B3D: hue angle of 318.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B3D is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 61 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.67 |
| HSL | 318.33º | 0.77% | 0.18% | - |
| HSV(B) | 318.33º | 0.87% | 0.33% | - |
| XYZ | 4.53 | 2.42 | 4.64 | - |
| YUV | 38.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 61 | 0 | 0.87 | 0.27 | 0.67 | 318.33 | 0.77 | 0.18 |
| Hex | 53 | B | 3D | 0 | 57 | 1B | 43 | 13E | 4D | 12 |
| Octal | 123 | 13 | 75 | 0 | 127 | 33 | 103 | 476 | 115 | 22 |
| Binary | 1010011 | 1011 | 111101 | 0 | 1010111 | 11011 | 1000011 | 100111110 | 1001101 | 10010 |
Color Harmonies of #530B3D
Complementary color
Monochromatic Colors of #530B3D
Black with #530B3D
Text Example
Text Example
White with #530B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B3D; }
p { color: rgb(83,11,61); }
H1.HeaderClassName
{
color: #530B3D;
}
.AnyTagClassName
{
color: #530B3D;
}
</style>
background-color css
<style>
a { background-color: #530B3D; }
a { background-color: rgb(83,11,61); }
div.DivClassName
{
background-color: #530B3D;
}
.BgClassName
{
background-color: #530B3D;
}
</style>
border-color css
<style>
span { border-color: #530B3D; }
span { border-color: rgb(83,11,61); }
td.TdClassName
{
border-color: #530B3D;
}
.TagClassName
{
border-color: #530B3D;
}
</style>