Shades of Hot Purple #530F4F
Tints of Hot Purple #530F4F
RGB
CMYK
RGB Variations
Color information
#530F4F (or 0x530F4F) is known color: Hot Purple. HEX triplet: 53, 0F and 4F. RGB value is (83,15,79). Sum of RGB (Red+Green+Blue) = 83+15+79=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #530F4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530F4F is #ACF0B0. Grayscale: #2A2A2A. Windows color (decimal): -11333809 or 5181267. OLE color: 5181267.
HSL color Cylindrical-coordinate representation of color #530F4F: hue angle of 303.53º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #530F4F is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 79 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.67 |
| HSL | 303.53º | 0.69% | 0.19% | - |
| HSV(B) | 303.53º | 0.82% | 0.33% | - |
| XYZ | 5.15 | 2.75 | 7.66 | - |
| YUV | 42.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 79 | 0 | 0.82 | 0.05 | 0.67 | 303.53 | 0.69 | 0.19 |
| Hex | 53 | F | 4F | 0 | 52 | 5 | 43 | 130 | 45 | 13 |
| Octal | 123 | 17 | 117 | 0 | 122 | 5 | 103 | 460 | 105 | 23 |
| Binary | 1010011 | 1111 | 1001111 | 0 | 1010010 | 101 | 1000011 | 100110000 | 1000101 | 10011 |
Color Harmonies of #530F4F
Complementary color
Monochromatic Colors of #530F4F
Black with #530F4F
Text Example
Text Example
White with #530F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F4F; }
p { color: rgb(83,15,79); }
H1.HeaderClassName
{
color: #530F4F;
}
.AnyTagClassName
{
color: #530F4F;
}
</style>
background-color css
<style>
a { background-color: #530F4F; }
a { background-color: rgb(83,15,79); }
div.DivClassName
{
background-color: #530F4F;
}
.BgClassName
{
background-color: #530F4F;
}
</style>
border-color css
<style>
span { border-color: #530F4F; }
span { border-color: rgb(83,15,79); }
td.TdClassName
{
border-color: #530F4F;
}
.TagClassName
{
border-color: #530F4F;
}
</style>