Shades of Purple Heart #5C26C7
Tints of Purple Heart #5C26C7
RGB
CMYK
RGB Variations
Color information
#5C26C7 (or 0x5C26C7) is known color: Purple Heart. HEX triplet: 5C, 26 and C7. RGB value is (92,38,199). Sum of RGB (Red+Green+Blue) = 92+38+199=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 199 (78.12% from 255 or 60.49% from 329); Max value from RGB is 199 - color contains mainly: blue. Hex color #5C26C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C26C7 is #A3D938. Grayscale: #474747. Windows color (decimal): -10737977 or 13051484. OLE color: 13051484.
HSL color Cylindrical-coordinate representation of color #5C26C7: hue angle of 260.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C26C7 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 38 | 199 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.22 |
| HSL | 260.12º | 0.68% | 0.46% | - |
| HSV(B) | 260.12º | 0.81% | 0.78% | - |
| XYZ | 15.42 | 7.79 | 54.72 | - |
| YUV | 72.5 | 199.39 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 38 | 199 | 0.54 | 0.81 | 0 | 0.22 | 260.12 | 0.68 | 0.46 |
| Hex | 5C | 26 | C7 | 36 | 51 | 0 | 16 | 104 | 44 | 2E |
| Octal | 134 | 46 | 307 | 66 | 121 | 0 | 26 | 404 | 104 | 56 |
| Binary | 1011100 | 100110 | 11000111 | 110110 | 1010001 | 0 | 10110 | 100000100 | 1000100 | 101110 |
Color Harmonies of #5C26C7
Complementary color
Monochromatic Colors of #5C26C7
Black with #5C26C7
Text Example
Text Example
White with #5C26C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C26C7; }
p { color: rgb(92,38,199); }
H1.HeaderClassName
{
color: #5C26C7;
}
.AnyTagClassName
{
color: #5C26C7;
}
</style>
background-color css
<style>
a { background-color: #5C26C7; }
a { background-color: rgb(92,38,199); }
div.DivClassName
{
background-color: #5C26C7;
}
.BgClassName
{
background-color: #5C26C7;
}
</style>
border-color css
<style>
span { border-color: #5C26C7; }
span { border-color: rgb(92,38,199); }
td.TdClassName
{
border-color: #5C26C7;
}
.TagClassName
{
border-color: #5C26C7;
}
</style>