Shades of Hot Purple #530B4E
Tints of Hot Purple #530B4E
RGB
CMYK
RGB Variations
Color information
#530B4E (or 0x530B4E) is known color: Hot Purple. HEX triplet: 53, 0B and 4E. RGB value is (83,11,78). Sum of RGB (Red+Green+Blue) = 83+11+78=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #530B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B4E is #ACF4B1. Grayscale: #272727. Windows color (decimal): -11334834 or 5114707. OLE color: 5114707.
HSL color Cylindrical-coordinate representation of color #530B4E: hue angle of 304.17º 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 #530B4E is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 78 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.67 |
| HSL | 304.17º | 0.77% | 0.18% | - |
| HSV(B) | 304.17º | 0.87% | 0.33% | - |
| XYZ | 5.06 | 2.63 | 7.45 | - |
| YUV | 40.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 78 | 0 | 0.87 | 0.06 | 0.67 | 304.17 | 0.77 | 0.18 |
| Hex | 53 | B | 4E | 0 | 57 | 6 | 43 | 130 | 4D | 12 |
| Octal | 123 | 13 | 116 | 0 | 127 | 6 | 103 | 460 | 115 | 22 |
| Binary | 1010011 | 1011 | 1001110 | 0 | 1010111 | 110 | 1000011 | 100110000 | 1001101 | 10010 |
Color Harmonies of #530B4E
Complementary color
Monochromatic Colors of #530B4E
Black with #530B4E
Text Example
Text Example
White with #530B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B4E; }
p { color: rgb(83,11,78); }
H1.HeaderClassName
{
color: #530B4E;
}
.AnyTagClassName
{
color: #530B4E;
}
</style>
background-color css
<style>
a { background-color: #530B4E; }
a { background-color: rgb(83,11,78); }
div.DivClassName
{
background-color: #530B4E;
}
.BgClassName
{
background-color: #530B4E;
}
</style>
border-color css
<style>
span { border-color: #530B4E; }
span { border-color: rgb(83,11,78); }
td.TdClassName
{
border-color: #530B4E;
}
.TagClassName
{
border-color: #530B4E;
}
</style>