Shades of Purple Heart #5329CF
Tints of Purple Heart #5329CF
RGB
CMYK
RGB Variations
Color information
#5329CF (or 0x5329CF) is known color: Purple Heart. HEX triplet: 53, 29 and CF. RGB value is (83,41,207). Sum of RGB (Red+Green+Blue) = 83+41+207=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #5329CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5329CF is #ACD630. Grayscale: #474747. Windows color (decimal): -11327025 or 13576531. OLE color: 13576531.
HSL color Cylindrical-coordinate representation of color #5329CF: hue angle of 255.18º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5329CF is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 41 | 207 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.19 |
| HSL | 255.18º | 0.67% | 0.49% | - |
| HSV(B) | 255.18º | 0.8% | 0.81% | - |
| XYZ | 15.62 | 7.93 | 59.74 | - |
| YUV | 72.48 | 203.91 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 207 | 0.60 | 0.80 | 0 | 0.19 | 255.18 | 0.67 | 0.49 |
| Hex | 53 | 29 | CF | 3C | 50 | 0 | 13 | FF | 43 | 31 |
| Octal | 123 | 51 | 317 | 74 | 120 | 0 | 23 | 377 | 103 | 61 |
| Binary | 1010011 | 101001 | 11001111 | 111100 | 1010000 | 0 | 10011 | 11111111 | 1000011 | 110001 |
Color Harmonies of #5329CF
Complementary color
Monochromatic Colors of #5329CF
Black with #5329CF
Text Example
Text Example
White with #5329CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5329CF; }
p { color: rgb(83,41,207); }
H1.HeaderClassName
{
color: #5329CF;
}
.AnyTagClassName
{
color: #5329CF;
}
</style>
background-color css
<style>
a { background-color: #5329CF; }
a { background-color: rgb(83,41,207); }
div.DivClassName
{
background-color: #5329CF;
}
.BgClassName
{
background-color: #5329CF;
}
</style>
border-color css
<style>
span { border-color: #5329CF; }
span { border-color: rgb(83,41,207); }
td.TdClassName
{
border-color: #5329CF;
}
.TagClassName
{
border-color: #5329CF;
}
</style>