Shades of Purple Heart #5C04BD
Tints of Purple Heart #5C04BD
RGB
CMYK
RGB Variations
Color information
#5C04BD (or 0x5C04BD) is known color: Purple Heart. HEX triplet: 5C, 04 and BD. RGB value is (92,4,189). Sum of RGB (Red+Green+Blue) = 92+4+189=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C04BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C04BD is #A3FB42. Grayscale: #323232. Windows color (decimal): -10746691 or 12387420. OLE color: 12387420.
HSL color Cylindrical-coordinate representation of color #5C04BD: hue angle of 268.54º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C04BD is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 4 | 189 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.26 |
| HSL | 268.54º | 0.96% | 0.38% | - |
| HSV(B) | 268.54º | 0.98% | 0.74% | - |
| XYZ | 13.64 | 6.04 | 48.59 | - |
| YUV | 51.4 | 205.65 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 4 | 189 | 0.51 | 0.98 | 0 | 0.26 | 268.54 | 0.96 | 0.38 |
| Hex | 5C | 4 | BD | 33 | 62 | 0 | 1A | 10D | 60 | 26 |
| Octal | 134 | 4 | 275 | 63 | 142 | 0 | 32 | 415 | 140 | 46 |
| Binary | 1011100 | 100 | 10111101 | 110011 | 1100010 | 0 | 11010 | 100001101 | 1100000 | 100110 |
Color Harmonies of #5C04BD
Complementary color
Monochromatic Colors of #5C04BD
Black with #5C04BD
Text Example
Text Example
White with #5C04BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C04BD; }
p { color: rgb(92,4,189); }
H1.HeaderClassName
{
color: #5C04BD;
}
.AnyTagClassName
{
color: #5C04BD;
}
</style>
background-color css
<style>
a { background-color: #5C04BD; }
a { background-color: rgb(92,4,189); }
div.DivClassName
{
background-color: #5C04BD;
}
.BgClassName
{
background-color: #5C04BD;
}
</style>
border-color css
<style>
span { border-color: #5C04BD; }
span { border-color: rgb(92,4,189); }
td.TdClassName
{
border-color: #5C04BD;
}
.TagClassName
{
border-color: #5C04BD;
}
</style>