Shades of Purple Heart #5702B3
Tints of Purple Heart #5702B3
RGB
CMYK
RGB Variations
Color information
#5702B3 (or 0x5702B3) is known color: Purple Heart. HEX triplet: 57, 02 and B3. RGB value is (87,2,179). Sum of RGB (Red+Green+Blue) = 87+2+179=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 179 (70.31% from 255 or 66.79% from 268); Max value from RGB is 179 - color contains mainly: blue. Hex color #5702B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5702B3 is #A8FD4C. Grayscale: #2E2E2E. Windows color (decimal): -11074893 or 11731543. OLE color: 11731543.
HSL color Cylindrical-coordinate representation of color #5702B3: hue angle of 268.81º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5702B3 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 87 | 2 | 179 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.30 |
| HSL | 268.81º | 0.98% | 0.35% | - |
| HSV(B) | 268.81º | 0.99% | 0.7% | - |
| XYZ | 12.09 | 5.32 | 43.04 | - |
| YUV | 47.59 | 202.16 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 179 | 0.51 | 0.99 | 0 | 0.30 | 268.81 | 0.98 | 0.35 |
| Hex | 57 | 2 | B3 | 33 | 63 | 0 | 1E | 10D | 62 | 23 |
| Octal | 127 | 2 | 263 | 63 | 143 | 0 | 36 | 415 | 142 | 43 |
| Binary | 1010111 | 10 | 10110011 | 110011 | 1100011 | 0 | 11110 | 100001101 | 1100010 | 100011 |
Color Harmonies of #5702B3
Complementary color
Monochromatic Colors of #5702B3
Black with #5702B3
Text Example
Text Example
White with #5702B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5702B3; }
p { color: rgb(87,2,179); }
H1.HeaderClassName
{
color: #5702B3;
}
.AnyTagClassName
{
color: #5702B3;
}
</style>
background-color css
<style>
a { background-color: #5702B3; }
a { background-color: rgb(87,2,179); }
div.DivClassName
{
background-color: #5702B3;
}
.BgClassName
{
background-color: #5702B3;
}
</style>
border-color css
<style>
span { border-color: #5702B3; }
span { border-color: rgb(87,2,179); }
td.TdClassName
{
border-color: #5702B3;
}
.TagClassName
{
border-color: #5702B3;
}
</style>