Shades of Purple Heart #5F25CC
Tints of Purple Heart #5F25CC
RGB
CMYK
RGB Variations
Color information
#5F25CC (or 0x5F25CC) is known color: Purple Heart. HEX triplet: 5F, 25 and CC. RGB value is (95,37,204). Sum of RGB (Red+Green+Blue) = 95+37+204=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F25CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F25CC is #A0DA33. Grayscale: #484848. Windows color (decimal): -10541620 or 13378911. OLE color: 13378911.
HSL color Cylindrical-coordinate representation of color #5F25CC: hue angle of 260.84º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F25CC is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 37 | 204 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.2 |
| HSL | 260.84º | 0.69% | 0.47% | - |
| HSV(B) | 260.84º | 0.82% | 0.8% | - |
| XYZ | 16.28 | 8.12 | 57.84 | - |
| YUV | 73.38 | 201.72 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 37 | 204 | 0.53 | 0.82 | 0 | 0.2 | 260.84 | 0.69 | 0.47 |
| Hex | 5F | 25 | CC | 35 | 52 | 0 | 14 | 105 | 45 | 2F |
| Octal | 137 | 45 | 314 | 65 | 122 | 0 | 24 | 405 | 105 | 57 |
| Binary | 1011111 | 100101 | 11001100 | 110101 | 1010010 | 0 | 10100 | 100000101 | 1000101 | 101111 |
Color Harmonies of #5F25CC
Complementary color
Monochromatic Colors of #5F25CC
Black with #5F25CC
Text Example
Text Example
White with #5F25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F25CC; }
p { color: rgb(95,37,204); }
H1.HeaderClassName
{
color: #5F25CC;
}
.AnyTagClassName
{
color: #5F25CC;
}
</style>
background-color css
<style>
a { background-color: #5F25CC; }
a { background-color: rgb(95,37,204); }
div.DivClassName
{
background-color: #5F25CC;
}
.BgClassName
{
background-color: #5F25CC;
}
</style>
border-color css
<style>
span { border-color: #5F25CC; }
span { border-color: rgb(95,37,204); }
td.TdClassName
{
border-color: #5F25CC;
}
.TagClassName
{
border-color: #5F25CC;
}
</style>