Shades of Tyrian Purple #530234
Tints of Tyrian Purple #530234
RGB
CMYK
RGB Variations
Color information
#530234 (or 0x530234) is known color: Tyrian Purple. HEX triplet: 53, 02 and 34. RGB value is (83,2,52). Sum of RGB (Red+Green+Blue) = 83+2+52=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #530234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530234 is #ACFDCB. Grayscale: #1F1F1F. Windows color (decimal): -11337164 or 3408467. OLE color: 3408467.
HSL color Cylindrical-coordinate representation of color #530234: hue angle of 322.96º 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 #530234 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 2 | 52 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.67 |
| HSL | 322.96º | 0.95% | 0.17% | - |
| HSV(B) | 322.96º | 0.98% | 0.33% | - |
| XYZ | 4.21 | 2.13 | 3.44 | - |
| YUV | 31.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 52 | 0 | 0.98 | 0.37 | 0.67 | 322.96 | 0.95 | 0.17 |
| Hex | 53 | 2 | 34 | 0 | 62 | 25 | 43 | 143 | 5F | 11 |
| Octal | 123 | 2 | 64 | 0 | 142 | 45 | 103 | 503 | 137 | 21 |
| Binary | 1010011 | 10 | 110100 | 0 | 1100010 | 100101 | 1000011 | 101000011 | 1011111 | 10001 |
Color Harmonies of #530234
Complementary color
Monochromatic Colors of #530234
Black with #530234
Text Example
Text Example
White with #530234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530234; }
p { color: rgb(83,2,52); }
H1.HeaderClassName
{
color: #530234;
}
.AnyTagClassName
{
color: #530234;
}
</style>
background-color css
<style>
a { background-color: #530234; }
a { background-color: rgb(83,2,52); }
div.DivClassName
{
background-color: #530234;
}
.BgClassName
{
background-color: #530234;
}
</style>
border-color css
<style>
span { border-color: #530234; }
span { border-color: rgb(83,2,52); }
td.TdClassName
{
border-color: #530234;
}
.TagClassName
{
border-color: #530234;
}
</style>