Shades of Purple Heart #530ACB
Tints of Purple Heart #530ACB
RGB
CMYK
RGB Variations
Color information
#530ACB (or 0x530ACB) is known color: Purple Heart. HEX triplet: 53, 0A and CB. RGB value is (83,10,203). Sum of RGB (Red+Green+Blue) = 83+10+203=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #530ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530ACB is #ACF534. Grayscale: #353535. Windows color (decimal): -11334965 or 13306451. OLE color: 13306451.
HSL color Cylindrical-coordinate representation of color #530ACB: hue angle of 262.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530ACB is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 10 | 203 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.20 |
| HSL | 262.69º | 0.91% | 0.42% | - |
| HSV(B) | 262.69º | 0.95% | 0.8% | - |
| XYZ | 14.46 | 6.37 | 56.97 | - |
| YUV | 53.83 | 212.18 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 203 | 0.59 | 0.95 | 0 | 0.20 | 262.69 | 0.91 | 0.42 |
| Hex | 53 | A | CB | 3B | 5F | 0 | 14 | 107 | 5B | 2A |
| Octal | 123 | 12 | 313 | 73 | 137 | 0 | 24 | 407 | 133 | 52 |
| Binary | 1010011 | 1010 | 11001011 | 111011 | 1011111 | 0 | 10100 | 100000111 | 1011011 | 101010 |
Color Harmonies of #530ACB
Complementary color
Monochromatic Colors of #530ACB
Black with #530ACB
Text Example
Text Example
White with #530ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530ACB; }
p { color: rgb(83,10,203); }
H1.HeaderClassName
{
color: #530ACB;
}
.AnyTagClassName
{
color: #530ACB;
}
</style>
background-color css
<style>
a { background-color: #530ACB; }
a { background-color: rgb(83,10,203); }
div.DivClassName
{
background-color: #530ACB;
}
.BgClassName
{
background-color: #530ACB;
}
</style>
border-color css
<style>
span { border-color: #530ACB; }
span { border-color: rgb(83,10,203); }
td.TdClassName
{
border-color: #530ACB;
}
.TagClassName
{
border-color: #530ACB;
}
</style>