Shades of Purple Heart #5C01CA
Tints of Purple Heart #5C01CA
RGB
CMYK
RGB Variations
Color information
#5C01CA (or 0x5C01CA) is known color: Purple Heart. HEX triplet: 5C, 01 and CA. RGB value is (92,1,202). Sum of RGB (Red+Green+Blue) = 92+1+202=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C01CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C01CA is #A3FE35. Grayscale: #323232. Windows color (decimal): -10747446 or 13238620. OLE color: 13238620.
HSL color Cylindrical-coordinate representation of color #5C01CA: hue angle of 267.16º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C01CA is Cyan = 0.54, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 1 | 202 | - |
| CMYK | 0.54 | 1.00 | 0 | 0.21 |
| HSL | 267.16º | 0.99% | 0.4% | - |
| HSV(B) | 267.16º | 1% | 0.79% | - |
| XYZ | 15.09 | 6.56 | 56.35 | - |
| YUV | 51.12 | 213.15 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 202 | 0.54 | 1.00 | 0 | 0.21 | 267.16 | 0.99 | 0.4 |
| Hex | 5C | 1 | CA | 36 | 64 | 0 | 15 | 10B | 63 | 28 |
| Octal | 134 | 1 | 312 | 66 | 144 | 0 | 25 | 413 | 143 | 50 |
| Binary | 1011100 | 1 | 11001010 | 110110 | 1100100 | 0 | 10101 | 100001011 | 1100011 | 101000 |
Color Harmonies of #5C01CA
Complementary color
Monochromatic Colors of #5C01CA
Black with #5C01CA
Text Example
Text Example
White with #5C01CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C01CA; }
p { color: rgb(92,1,202); }
H1.HeaderClassName
{
color: #5C01CA;
}
.AnyTagClassName
{
color: #5C01CA;
}
</style>
background-color css
<style>
a { background-color: #5C01CA; }
a { background-color: rgb(92,1,202); }
div.DivClassName
{
background-color: #5C01CA;
}
.BgClassName
{
background-color: #5C01CA;
}
</style>
border-color css
<style>
span { border-color: #5C01CA; }
span { border-color: rgb(92,1,202); }
td.TdClassName
{
border-color: #5C01CA;
}
.TagClassName
{
border-color: #5C01CA;
}
</style>