Shades of Purple Heart #5723CA
Tints of Purple Heart #5723CA
RGB
CMYK
RGB Variations
Color information
#5723CA (or 0x5723CA) is known color: Purple Heart. HEX triplet: 57, 23 and CA. RGB value is (87,35,202). Sum of RGB (Red+Green+Blue) = 87+35+202=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #5723CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5723CA is #A8DC35. Grayscale: #444444. Windows color (decimal): -11066422 or 13247319. OLE color: 13247319.
HSL color Cylindrical-coordinate representation of color #5723CA: hue angle of 258.68º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5723CA is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 35 | 202 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.21 |
| HSL | 258.68º | 0.7% | 0.46% | - |
| HSV(B) | 258.68º | 0.83% | 0.79% | - |
| XYZ | 15.19 | 7.49 | 56.52 | - |
| YUV | 69.59 | 202.73 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 35 | 202 | 0.57 | 0.83 | 0 | 0.21 | 258.68 | 0.7 | 0.46 |
| Hex | 57 | 23 | CA | 39 | 53 | 0 | 15 | 103 | 46 | 2E |
| Octal | 127 | 43 | 312 | 71 | 123 | 0 | 25 | 403 | 106 | 56 |
| Binary | 1010111 | 100011 | 11001010 | 111001 | 1010011 | 0 | 10101 | 100000011 | 1000110 | 101110 |
Color Harmonies of #5723CA
Complementary color
Monochromatic Colors of #5723CA
Black with #5723CA
Text Example
Text Example
White with #5723CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5723CA; }
p { color: rgb(87,35,202); }
H1.HeaderClassName
{
color: #5723CA;
}
.AnyTagClassName
{
color: #5723CA;
}
</style>
background-color css
<style>
a { background-color: #5723CA; }
a { background-color: rgb(87,35,202); }
div.DivClassName
{
background-color: #5723CA;
}
.BgClassName
{
background-color: #5723CA;
}
</style>
border-color css
<style>
span { border-color: #5723CA; }
span { border-color: rgb(87,35,202); }
td.TdClassName
{
border-color: #5723CA;
}
.TagClassName
{
border-color: #5723CA;
}
</style>