Shades of Purple Heart #5F02B4
Tints of Purple Heart #5F02B4
RGB
CMYK
RGB Variations
Color information
#5F02B4 (or 0x5F02B4) is known color: Purple Heart. HEX triplet: 5F, 02 and B4. RGB value is (95,2,180). Sum of RGB (Red+Green+Blue) = 95+2+180=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 180 (70.70% from 255 or 64.98% from 277); Max value from RGB is 180 - color contains mainly: blue. Hex color #5F02B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F02B4 is #A0FD4B. Grayscale: #313131. Windows color (decimal): -10550604 or 11797087. OLE color: 11797087.
HSL color Cylindrical-coordinate representation of color #5F02B4: hue angle of 271.35º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F02B4 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 2 | 180 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.29 |
| HSL | 271.35º | 0.98% | 0.36% | - |
| HSV(B) | 271.35º | 0.99% | 0.71% | - |
| XYZ | 12.98 | 5.77 | 43.61 | - |
| YUV | 50.1 | 201.31 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 180 | 0.47 | 0.99 | 0 | 0.29 | 271.35 | 0.98 | 0.36 |
| Hex | 5F | 2 | B4 | 2F | 63 | 0 | 1D | 10F | 62 | 24 |
| Octal | 137 | 2 | 264 | 57 | 143 | 0 | 35 | 417 | 142 | 44 |
| Binary | 1011111 | 10 | 10110100 | 101111 | 1100011 | 0 | 11101 | 100001111 | 1100010 | 100100 |
Color Harmonies of #5F02B4
Complementary color
Monochromatic Colors of #5F02B4
Black with #5F02B4
Text Example
Text Example
White with #5F02B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F02B4; }
p { color: rgb(95,2,180); }
H1.HeaderClassName
{
color: #5F02B4;
}
.AnyTagClassName
{
color: #5F02B4;
}
</style>
background-color css
<style>
a { background-color: #5F02B4; }
a { background-color: rgb(95,2,180); }
div.DivClassName
{
background-color: #5F02B4;
}
.BgClassName
{
background-color: #5F02B4;
}
</style>
border-color css
<style>
span { border-color: #5F02B4; }
span { border-color: rgb(95,2,180); }
td.TdClassName
{
border-color: #5F02B4;
}
.TagClassName
{
border-color: #5F02B4;
}
</style>