Shades of Purple Heart #530BCF
Tints of Purple Heart #530BCF
RGB
CMYK
RGB Variations
Color information
#530BCF (or 0x530BCF) is known color: Purple Heart. HEX triplet: 53, 0B and CF. RGB value is (83,11,207). Sum of RGB (Red+Green+Blue) = 83+11+207=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #530BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530BCF is #ACF430. Grayscale: #363636. Windows color (decimal): -11334705 or 13568851. OLE color: 13568851.
HSL color Cylindrical-coordinate representation of color #530BCF: hue angle of 262.04º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530BCF is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 11 | 207 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.19 |
| HSL | 262.04º | 0.9% | 0.43% | - |
| HSV(B) | 262.04º | 0.95% | 0.81% | - |
| XYZ | 14.95 | 6.58 | 59.51 | - |
| YUV | 54.87 | 213.85 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 207 | 0.60 | 0.95 | 0 | 0.19 | 262.04 | 0.9 | 0.43 |
| Hex | 53 | B | CF | 3C | 5F | 0 | 13 | 106 | 5A | 2B |
| Octal | 123 | 13 | 317 | 74 | 137 | 0 | 23 | 406 | 132 | 53 |
| Binary | 1010011 | 1011 | 11001111 | 111100 | 1011111 | 0 | 10011 | 100000110 | 1011010 | 101011 |
Color Harmonies of #530BCF
Complementary color
Monochromatic Colors of #530BCF
Black with #530BCF
Text Example
Text Example
White with #530BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530BCF; }
p { color: rgb(83,11,207); }
H1.HeaderClassName
{
color: #530BCF;
}
.AnyTagClassName
{
color: #530BCF;
}
</style>
background-color css
<style>
a { background-color: #530BCF; }
a { background-color: rgb(83,11,207); }
div.DivClassName
{
background-color: #530BCF;
}
.BgClassName
{
background-color: #530BCF;
}
</style>
border-color css
<style>
span { border-color: #530BCF; }
span { border-color: rgb(83,11,207); }
td.TdClassName
{
border-color: #530BCF;
}
.TagClassName
{
border-color: #530BCF;
}
</style>