Shades of Tyrian Purple #530235
Tints of Tyrian Purple #530235
RGB
CMYK
RGB Variations
Color information
#530235 (or 0x530235) is known color: Tyrian Purple. HEX triplet: 53, 02 and 35. RGB value is (83,2,53). Sum of RGB (Red+Green+Blue) = 83+2+53=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #530235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530235 is #ACFDCA. Grayscale: #1F1F1F. Windows color (decimal): -11337163 or 3474003. OLE color: 3474003.
HSL color Cylindrical-coordinate representation of color #530235: hue angle of 322.22º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530235 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 2 | 53 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.67 |
| HSL | 322.22º | 0.95% | 0.17% | - |
| HSV(B) | 322.22º | 0.98% | 0.33% | - |
| XYZ | 4.23 | 2.14 | 3.56 | - |
| YUV | 32.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 53 | 0 | 0.98 | 0.36 | 0.67 | 322.22 | 0.95 | 0.17 |
| Hex | 53 | 2 | 35 | 0 | 62 | 24 | 43 | 142 | 5F | 11 |
| Octal | 123 | 2 | 65 | 0 | 142 | 44 | 103 | 502 | 137 | 21 |
| Binary | 1010011 | 10 | 110101 | 0 | 1100010 | 100100 | 1000011 | 101000010 | 1011111 | 10001 |
Color Harmonies of #530235
Complementary color
Monochromatic Colors of #530235
Black with #530235
Text Example
Text Example
White with #530235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530235; }
p { color: rgb(83,2,53); }
H1.HeaderClassName
{
color: #530235;
}
.AnyTagClassName
{
color: #530235;
}
</style>
background-color css
<style>
a { background-color: #530235; }
a { background-color: rgb(83,2,53); }
div.DivClassName
{
background-color: #530235;
}
.BgClassName
{
background-color: #530235;
}
</style>
border-color css
<style>
span { border-color: #530235; }
span { border-color: rgb(83,2,53); }
td.TdClassName
{
border-color: #530235;
}
.TagClassName
{
border-color: #530235;
}
</style>