Shades of Purple Heart #530ABC
Tints of Purple Heart #530ABC
RGB
CMYK
RGB Variations
Color information
#530ABC (or 0x530ABC) is known color: Purple Heart. HEX triplet: 53, 0A and BC. RGB value is (83,10,188). Sum of RGB (Red+Green+Blue) = 83+10+188=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #530ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530ABC is #ACF543. Grayscale: #333333. Windows color (decimal): -11334980 or 12323411. OLE color: 12323411.
HSL color Cylindrical-coordinate representation of color #530ABC: hue angle of 264.61º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530ABC is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 10 | 188 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.26 |
| HSL | 264.61º | 0.9% | 0.39% | - |
| HSV(B) | 264.61º | 0.95% | 0.74% | - |
| XYZ | 12.75 | 5.69 | 48 | - |
| YUV | 52.12 | 204.68 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 188 | 0.56 | 0.95 | 0 | 0.26 | 264.61 | 0.9 | 0.39 |
| Hex | 53 | A | BC | 38 | 5F | 0 | 1A | 109 | 5A | 27 |
| Octal | 123 | 12 | 274 | 70 | 137 | 0 | 32 | 411 | 132 | 47 |
| Binary | 1010011 | 1010 | 10111100 | 111000 | 1011111 | 0 | 11010 | 100001001 | 1011010 | 100111 |
Color Harmonies of #530ABC
Complementary color
Monochromatic Colors of #530ABC
Black with #530ABC
Text Example
Text Example
White with #530ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530ABC; }
p { color: rgb(83,10,188); }
H1.HeaderClassName
{
color: #530ABC;
}
.AnyTagClassName
{
color: #530ABC;
}
</style>
background-color css
<style>
a { background-color: #530ABC; }
a { background-color: rgb(83,10,188); }
div.DivClassName
{
background-color: #530ABC;
}
.BgClassName
{
background-color: #530ABC;
}
</style>
border-color css
<style>
span { border-color: #530ABC; }
span { border-color: rgb(83,10,188); }
td.TdClassName
{
border-color: #530ABC;
}
.TagClassName
{
border-color: #530ABC;
}
</style>