Shades of Purple Heart #5C03B7
Tints of Purple Heart #5C03B7
RGB
CMYK
RGB Variations
Color information
#5C03B7 (or 0x5C03B7) is known color: Purple Heart. HEX triplet: 5C, 03 and B7. RGB value is (92,3,183). Sum of RGB (Red+Green+Blue) = 92+3+183=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 183 (71.88% from 255 or 65.83% from 278); Max value from RGB is 183 - color contains mainly: blue. Hex color #5C03B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C03B7 is #A3FC48. Grayscale: #313131. Windows color (decimal): -10746953 or 11993948. OLE color: 11993948.
HSL color Cylindrical-coordinate representation of color #5C03B7: hue angle of 269.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C03B7 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 3 | 183 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.28 |
| HSL | 269.67º | 0.97% | 0.36% | - |
| HSV(B) | 269.67º | 0.98% | 0.72% | - |
| XYZ | 12.99 | 5.76 | 45.23 | - |
| YUV | 50.13 | 202.99 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 183 | 0.50 | 0.98 | 0 | 0.28 | 269.67 | 0.97 | 0.36 |
| Hex | 5C | 3 | B7 | 32 | 62 | 0 | 1C | 10E | 61 | 24 |
| Octal | 134 | 3 | 267 | 62 | 142 | 0 | 34 | 416 | 141 | 44 |
| Binary | 1011100 | 11 | 10110111 | 110010 | 1100010 | 0 | 11100 | 100001110 | 1100001 | 100100 |
Color Harmonies of #5C03B7
Complementary color
Monochromatic Colors of #5C03B7
Black with #5C03B7
Text Example
Text Example
White with #5C03B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C03B7; }
p { color: rgb(92,3,183); }
H1.HeaderClassName
{
color: #5C03B7;
}
.AnyTagClassName
{
color: #5C03B7;
}
</style>
background-color css
<style>
a { background-color: #5C03B7; }
a { background-color: rgb(92,3,183); }
div.DivClassName
{
background-color: #5C03B7;
}
.BgClassName
{
background-color: #5C03B7;
}
</style>
border-color css
<style>
span { border-color: #5C03B7; }
span { border-color: rgb(92,3,183); }
td.TdClassName
{
border-color: #5C03B7;
}
.TagClassName
{
border-color: #5C03B7;
}
</style>