Shades of Purple Heart #5F26CC
Tints of Purple Heart #5F26CC
RGB
CMYK
RGB Variations
Color information
#5F26CC (or 0x5F26CC) is known color: Purple Heart. HEX triplet: 5F, 26 and CC. RGB value is (95,38,204). Sum of RGB (Red+Green+Blue) = 95+38+204=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F26CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F26CC is #A0D933. Grayscale: #494949. Windows color (decimal): -10541364 or 13379167. OLE color: 13379167.
HSL color Cylindrical-coordinate representation of color #5F26CC: hue angle of 260.6º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F26CC is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 38 | 204 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.2 |
| HSL | 260.6º | 0.69% | 0.47% | - |
| HSV(B) | 260.6º | 0.81% | 0.8% | - |
| XYZ | 16.31 | 8.18 | 57.85 | - |
| YUV | 73.97 | 201.38 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 38 | 204 | 0.53 | 0.81 | 0 | 0.2 | 260.6 | 0.69 | 0.47 |
| Hex | 5F | 26 | CC | 35 | 51 | 0 | 14 | 105 | 45 | 2F |
| Octal | 137 | 46 | 314 | 65 | 121 | 0 | 24 | 405 | 105 | 57 |
| Binary | 1011111 | 100110 | 11001100 | 110101 | 1010001 | 0 | 10100 | 100000101 | 1000101 | 101111 |
Color Harmonies of #5F26CC
Complementary color
Monochromatic Colors of #5F26CC
Black with #5F26CC
Text Example
Text Example
White with #5F26CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F26CC; }
p { color: rgb(95,38,204); }
H1.HeaderClassName
{
color: #5F26CC;
}
.AnyTagClassName
{
color: #5F26CC;
}
</style>
background-color css
<style>
a { background-color: #5F26CC; }
a { background-color: rgb(95,38,204); }
div.DivClassName
{
background-color: #5F26CC;
}
.BgClassName
{
background-color: #5F26CC;
}
</style>
border-color css
<style>
span { border-color: #5F26CC; }
span { border-color: rgb(95,38,204); }
td.TdClassName
{
border-color: #5F26CC;
}
.TagClassName
{
border-color: #5F26CC;
}
</style>