Shades of Purple Heart #5C01CB
Tints of Purple Heart #5C01CB
RGB
CMYK
RGB Variations
Color information
#5C01CB (or 0x5C01CB) is known color: Purple Heart. HEX triplet: 5C, 01 and CB. RGB value is (92,1,203). Sum of RGB (Red+Green+Blue) = 92+1+203=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C01CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C01CB is #A3FE34. Grayscale: #323232. Windows color (decimal): -10747445 or 13304156. OLE color: 13304156.
HSL color Cylindrical-coordinate representation of color #5C01CB: hue angle of 267.03º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C01CB is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 1 | 203 | - |
| CMYK | 0.55 | 1.00 | 0 | 0.20 |
| HSL | 267.03º | 0.99% | 0.4% | - |
| HSV(B) | 267.03º | 1% | 0.8% | - |
| XYZ | 15.2 | 6.61 | 56.97 | - |
| YUV | 51.24 | 213.65 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 203 | 0.55 | 1.00 | 0 | 0.20 | 267.03 | 0.99 | 0.4 |
| Hex | 5C | 1 | CB | 37 | 64 | 0 | 14 | 10B | 63 | 28 |
| Octal | 134 | 1 | 313 | 67 | 144 | 0 | 24 | 413 | 143 | 50 |
| Binary | 1011100 | 1 | 11001011 | 110111 | 1100100 | 0 | 10100 | 100001011 | 1100011 | 101000 |
Color Harmonies of #5C01CB
Complementary color
Monochromatic Colors of #5C01CB
Black with #5C01CB
Text Example
Text Example
White with #5C01CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C01CB; }
p { color: rgb(92,1,203); }
H1.HeaderClassName
{
color: #5C01CB;
}
.AnyTagClassName
{
color: #5C01CB;
}
</style>
background-color css
<style>
a { background-color: #5C01CB; }
a { background-color: rgb(92,1,203); }
div.DivClassName
{
background-color: #5C01CB;
}
.BgClassName
{
background-color: #5C01CB;
}
</style>
border-color css
<style>
span { border-color: #5C01CB; }
span { border-color: rgb(92,1,203); }
td.TdClassName
{
border-color: #5C01CB;
}
.TagClassName
{
border-color: #5C01CB;
}
</style>