Shades of Purple Heart #530ACF
Tints of Purple Heart #530ACF
RGB
CMYK
RGB Variations
Color information
#530ACF (or 0x530ACF) is known color: Purple Heart. HEX triplet: 53, 0A and CF. RGB value is (83,10,207). Sum of RGB (Red+Green+Blue) = 83+10+207=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #530ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530ACF is #ACF530. Grayscale: #353535. Windows color (decimal): -11334961 or 13568595. OLE color: 13568595.
HSL color Cylindrical-coordinate representation of color #530ACF: hue angle of 262.23º degrees, saturation: 0.91, 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 #530ACF is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 10 | 207 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.19 |
| HSL | 262.23º | 0.91% | 0.43% | - |
| HSV(B) | 262.23º | 0.95% | 0.81% | - |
| XYZ | 14.94 | 6.56 | 59.51 | - |
| YUV | 54.29 | 214.18 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 207 | 0.60 | 0.95 | 0 | 0.19 | 262.23 | 0.91 | 0.43 |
| Hex | 53 | A | CF | 3C | 5F | 0 | 13 | 106 | 5B | 2B |
| Octal | 123 | 12 | 317 | 74 | 137 | 0 | 23 | 406 | 133 | 53 |
| Binary | 1010011 | 1010 | 11001111 | 111100 | 1011111 | 0 | 10011 | 100000110 | 1011011 | 101011 |
Color Harmonies of #530ACF
Complementary color
Monochromatic Colors of #530ACF
Black with #530ACF
Text Example
Text Example
White with #530ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530ACF; }
p { color: rgb(83,10,207); }
H1.HeaderClassName
{
color: #530ACF;
}
.AnyTagClassName
{
color: #530ACF;
}
</style>
background-color css
<style>
a { background-color: #530ACF; }
a { background-color: rgb(83,10,207); }
div.DivClassName
{
background-color: #530ACF;
}
.BgClassName
{
background-color: #530ACF;
}
</style>
border-color css
<style>
span { border-color: #530ACF; }
span { border-color: rgb(83,10,207); }
td.TdClassName
{
border-color: #530ACF;
}
.TagClassName
{
border-color: #530ACF;
}
</style>