Shades of Purple Heart #521FCB
Tints of Purple Heart #521FCB
RGB
CMYK
RGB Variations
Color information
#521FCB (or 0x521FCB) is known color: Purple Heart. HEX triplet: 52, 1F and CB. RGB value is (82,31,203). Sum of RGB (Red+Green+Blue) = 82+31+203=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #521FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FCB is #ADE034. Grayscale: #414141. Windows color (decimal): -11395125 or 13311826. OLE color: 13311826.
HSL color Cylindrical-coordinate representation of color #521FCB: hue angle of 257.79º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521FCB is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 31 | 203 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.20 |
| HSL | 257.79º | 0.74% | 0.46% | - |
| HSV(B) | 257.79º | 0.85% | 0.8% | - |
| XYZ | 14.75 | 7.09 | 57.09 | - |
| YUV | 65.86 | 205.4 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 203 | 0.60 | 0.85 | 0 | 0.20 | 257.79 | 0.74 | 0.46 |
| Hex | 52 | 1F | CB | 3C | 55 | 0 | 14 | 102 | 4A | 2E |
| Octal | 122 | 37 | 313 | 74 | 125 | 0 | 24 | 402 | 112 | 56 |
| Binary | 1010010 | 11111 | 11001011 | 111100 | 1010101 | 0 | 10100 | 100000010 | 1001010 | 101110 |
Color Harmonies of #521FCB
Complementary color
Monochromatic Colors of #521FCB
Black with #521FCB
Text Example
Text Example
White with #521FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521FCB; }
p { color: rgb(82,31,203); }
H1.HeaderClassName
{
color: #521FCB;
}
.AnyTagClassName
{
color: #521FCB;
}
</style>
background-color css
<style>
a { background-color: #521FCB; }
a { background-color: rgb(82,31,203); }
div.DivClassName
{
background-color: #521FCB;
}
.BgClassName
{
background-color: #521FCB;
}
</style>
border-color css
<style>
span { border-color: #521FCB; }
span { border-color: rgb(82,31,203); }
td.TdClassName
{
border-color: #521FCB;
}
.TagClassName
{
border-color: #521FCB;
}
</style>