Shades of Purple Heart #5C26BC
Tints of Purple Heart #5C26BC
RGB
CMYK
RGB Variations
Color information
#5C26BC (or 0x5C26BC) is known color: Purple Heart. HEX triplet: 5C, 26 and BC. RGB value is (92,38,188). Sum of RGB (Red+Green+Blue) = 92+38+188=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C26BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C26BC is #A3D943. Grayscale: #464646. Windows color (decimal): -10737988 or 12330588. OLE color: 12330588.
HSL color Cylindrical-coordinate representation of color #5C26BC: hue angle of 261.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C26BC is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 38 | 188 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.26 |
| HSL | 261.6º | 0.66% | 0.44% | - |
| HSV(B) | 261.6º | 0.8% | 0.74% | - |
| XYZ | 14.18 | 7.29 | 48.24 | - |
| YUV | 71.25 | 193.89 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 38 | 188 | 0.51 | 0.80 | 0 | 0.26 | 261.6 | 0.66 | 0.44 |
| Hex | 5C | 26 | BC | 33 | 50 | 0 | 1A | 106 | 42 | 2C |
| Octal | 134 | 46 | 274 | 63 | 120 | 0 | 32 | 406 | 102 | 54 |
| Binary | 1011100 | 100110 | 10111100 | 110011 | 1010000 | 0 | 11010 | 100000110 | 1000010 | 101100 |
Color Harmonies of #5C26BC
Complementary color
Monochromatic Colors of #5C26BC
Black with #5C26BC
Text Example
Text Example
White with #5C26BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C26BC; }
p { color: rgb(92,38,188); }
H1.HeaderClassName
{
color: #5C26BC;
}
.AnyTagClassName
{
color: #5C26BC;
}
</style>
background-color css
<style>
a { background-color: #5C26BC; }
a { background-color: rgb(92,38,188); }
div.DivClassName
{
background-color: #5C26BC;
}
.BgClassName
{
background-color: #5C26BC;
}
</style>
border-color css
<style>
span { border-color: #5C26BC; }
span { border-color: rgb(92,38,188); }
td.TdClassName
{
border-color: #5C26BC;
}
.TagClassName
{
border-color: #5C26BC;
}
</style>