Shades of Hot Purple #530B4F
Tints of Hot Purple #530B4F
RGB
CMYK
RGB Variations
Color information
#530B4F (or 0x530B4F) is known color: Hot Purple. HEX triplet: 53, 0B and 4F. RGB value is (83,11,79). Sum of RGB (Red+Green+Blue) = 83+11+79=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #530B4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B4F is #ACF4B0. Grayscale: #282828. Windows color (decimal): -11334833 or 5180243. OLE color: 5180243.
HSL color Cylindrical-coordinate representation of color #530B4F: hue angle of 303.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 #530B4F is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 79 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.67 |
| HSL | 303.33º | 0.77% | 0.18% | - |
| HSV(B) | 303.33º | 0.87% | 0.33% | - |
| XYZ | 5.1 | 2.64 | 7.64 | - |
| YUV | 40.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 79 | 0 | 0.87 | 0.05 | 0.67 | 303.33 | 0.77 | 0.18 |
| Hex | 53 | B | 4F | 0 | 57 | 5 | 43 | 12F | 4D | 12 |
| Octal | 123 | 13 | 117 | 0 | 127 | 5 | 103 | 457 | 115 | 22 |
| Binary | 1010011 | 1011 | 1001111 | 0 | 1010111 | 101 | 1000011 | 100101111 | 1001101 | 10010 |
Color Harmonies of #530B4F
Complementary color
Monochromatic Colors of #530B4F
Black with #530B4F
Text Example
Text Example
White with #530B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B4F; }
p { color: rgb(83,11,79); }
H1.HeaderClassName
{
color: #530B4F;
}
.AnyTagClassName
{
color: #530B4F;
}
</style>
background-color css
<style>
a { background-color: #530B4F; }
a { background-color: rgb(83,11,79); }
div.DivClassName
{
background-color: #530B4F;
}
.BgClassName
{
background-color: #530B4F;
}
</style>
border-color css
<style>
span { border-color: #530B4F; }
span { border-color: rgb(83,11,79); }
td.TdClassName
{
border-color: #530B4F;
}
.TagClassName
{
border-color: #530B4F;
}
</style>