Shades of Purple Heart #5F26CF
Tints of Purple Heart #5F26CF
RGB
CMYK
RGB Variations
Color information
#5F26CF (or 0x5F26CF) is known color: Purple Heart. HEX triplet: 5F, 26 and CF. RGB value is (95,38,207). Sum of RGB (Red+Green+Blue) = 95+38+207=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F26CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F26CF is #A0D930. Grayscale: #494949. Windows color (decimal): -10541361 or 13575775. OLE color: 13575775.
HSL color Cylindrical-coordinate representation of color #5F26CF: hue angle of 260.24º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F26CF is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 38 | 207 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.19 |
| HSL | 260.24º | 0.69% | 0.48% | - |
| HSV(B) | 260.24º | 0.82% | 0.81% | - |
| XYZ | 16.67 | 8.32 | 59.76 | - |
| YUV | 74.31 | 202.88 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 38 | 207 | 0.54 | 0.82 | 0 | 0.19 | 260.24 | 0.69 | 0.48 |
| Hex | 5F | 26 | CF | 36 | 52 | 0 | 13 | 104 | 45 | 30 |
| Octal | 137 | 46 | 317 | 66 | 122 | 0 | 23 | 404 | 105 | 60 |
| Binary | 1011111 | 100110 | 11001111 | 110110 | 1010010 | 0 | 10011 | 100000100 | 1000101 | 110000 |
Color Harmonies of #5F26CF
Complementary color
Monochromatic Colors of #5F26CF
Black with #5F26CF
Text Example
Text Example
White with #5F26CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F26CF; }
p { color: rgb(95,38,207); }
H1.HeaderClassName
{
color: #5F26CF;
}
.AnyTagClassName
{
color: #5F26CF;
}
</style>
background-color css
<style>
a { background-color: #5F26CF; }
a { background-color: rgb(95,38,207); }
div.DivClassName
{
background-color: #5F26CF;
}
.BgClassName
{
background-color: #5F26CF;
}
</style>
border-color css
<style>
span { border-color: #5F26CF; }
span { border-color: rgb(95,38,207); }
td.TdClassName
{
border-color: #5F26CF;
}
.TagClassName
{
border-color: #5F26CF;
}
</style>