Shades of Purple Heart #5C01BD
Tints of Purple Heart #5C01BD
RGB
CMYK
RGB Variations
Color information
#5C01BD (or 0x5C01BD) is known color: Purple Heart. HEX triplet: 5C, 01 and BD. RGB value is (92,1,189). Sum of RGB (Red+Green+Blue) = 92+1+189=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C01BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C01BD is #A3FE42. Grayscale: #303030. Windows color (decimal): -10747459 or 12386652. OLE color: 12386652.
HSL color Cylindrical-coordinate representation of color #5C01BD: hue angle of 269.04º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C01BD is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 1 | 189 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.26 |
| HSL | 269.04º | 0.99% | 0.37% | - |
| HSV(B) | 269.04º | 0.99% | 0.74% | - |
| XYZ | 13.61 | 5.97 | 48.58 | - |
| YUV | 49.64 | 206.65 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 189 | 0.51 | 0.99 | 0 | 0.26 | 269.04 | 0.99 | 0.37 |
| Hex | 5C | 1 | BD | 33 | 63 | 0 | 1A | 10D | 63 | 25 |
| Octal | 134 | 1 | 275 | 63 | 143 | 0 | 32 | 415 | 143 | 45 |
| Binary | 1011100 | 1 | 10111101 | 110011 | 1100011 | 0 | 11010 | 100001101 | 1100011 | 100101 |
Color Harmonies of #5C01BD
Complementary color
Monochromatic Colors of #5C01BD
Black with #5C01BD
Text Example
Text Example
White with #5C01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C01BD; }
p { color: rgb(92,1,189); }
H1.HeaderClassName
{
color: #5C01BD;
}
.AnyTagClassName
{
color: #5C01BD;
}
</style>
background-color css
<style>
a { background-color: #5C01BD; }
a { background-color: rgb(92,1,189); }
div.DivClassName
{
background-color: #5C01BD;
}
.BgClassName
{
background-color: #5C01BD;
}
</style>
border-color css
<style>
span { border-color: #5C01BD; }
span { border-color: rgb(92,1,189); }
td.TdClassName
{
border-color: #5C01BD;
}
.TagClassName
{
border-color: #5C01BD;
}
</style>