Shades of Purple Heart #530FCF
Tints of Purple Heart #530FCF
RGB
CMYK
RGB Variations
Color information
#530FCF (or 0x530FCF) is known color: Purple Heart. HEX triplet: 53, 0F and CF. RGB value is (83,15,207). Sum of RGB (Red+Green+Blue) = 83+15+207=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #530FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530FCF is #ACF030. Grayscale: #383838. Windows color (decimal): -11333681 or 13569875. OLE color: 13569875.
HSL color Cylindrical-coordinate representation of color #530FCF: hue angle of 261.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530FCF is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 15 | 207 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.19 |
| HSL | 261.25º | 0.86% | 0.44% | - |
| HSV(B) | 261.25º | 0.93% | 0.81% | - |
| XYZ | 15 | 6.69 | 59.53 | - |
| YUV | 57.22 | 212.53 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 207 | 0.60 | 0.93 | 0 | 0.19 | 261.25 | 0.86 | 0.44 |
| Hex | 53 | F | CF | 3C | 5D | 0 | 13 | 105 | 56 | 2C |
| Octal | 123 | 17 | 317 | 74 | 135 | 0 | 23 | 405 | 126 | 54 |
| Binary | 1010011 | 1111 | 11001111 | 111100 | 1011101 | 0 | 10011 | 100000101 | 1010110 | 101100 |
Color Harmonies of #530FCF
Complementary color
Monochromatic Colors of #530FCF
Black with #530FCF
Text Example
Text Example
White with #530FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530FCF; }
p { color: rgb(83,15,207); }
H1.HeaderClassName
{
color: #530FCF;
}
.AnyTagClassName
{
color: #530FCF;
}
</style>
background-color css
<style>
a { background-color: #530FCF; }
a { background-color: rgb(83,15,207); }
div.DivClassName
{
background-color: #530FCF;
}
.BgClassName
{
background-color: #530FCF;
}
</style>
border-color css
<style>
span { border-color: #530FCF; }
span { border-color: rgb(83,15,207); }
td.TdClassName
{
border-color: #530FCF;
}
.TagClassName
{
border-color: #530FCF;
}
</style>