Shades of Purple Heart #4C10CB
Tints of Purple Heart #4C10CB
RGB
CMYK
RGB Variations
Color information
#4C10CB (or 0x4C10CB) is known color: Purple Heart. HEX triplet: 4C, 10 and CB. RGB value is (76,16,203). Sum of RGB (Red+Green+Blue) = 76+16+203=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C10CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C10CB is #B3EF34. Grayscale: #363636. Windows color (decimal): -11792181 or 13307980. OLE color: 13307980.
HSL color Cylindrical-coordinate representation of color #4C10CB: hue angle of 259.25º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C10CB is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 16 | 203 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.20 |
| HSL | 259.25º | 0.85% | 0.43% | - |
| HSV(B) | 259.25º | 0.92% | 0.8% | - |
| XYZ | 13.95 | 6.22 | 56.97 | - |
| YUV | 55.26 | 211.38 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 203 | 0.63 | 0.92 | 0 | 0.20 | 259.25 | 0.85 | 0.43 |
| Hex | 4C | 10 | CB | 3F | 5C | 0 | 14 | 103 | 55 | 2B |
| Octal | 114 | 20 | 313 | 77 | 134 | 0 | 24 | 403 | 125 | 53 |
| Binary | 1001100 | 10000 | 11001011 | 111111 | 1011100 | 0 | 10100 | 100000011 | 1010101 | 101011 |
Color Harmonies of #4C10CB
Complementary color
Monochromatic Colors of #4C10CB
Black with #4C10CB
Text Example
Text Example
White with #4C10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C10CB; }
p { color: rgb(76,16,203); }
H1.HeaderClassName
{
color: #4C10CB;
}
.AnyTagClassName
{
color: #4C10CB;
}
</style>
background-color css
<style>
a { background-color: #4C10CB; }
a { background-color: rgb(76,16,203); }
div.DivClassName
{
background-color: #4C10CB;
}
.BgClassName
{
background-color: #4C10CB;
}
</style>
border-color css
<style>
span { border-color: #4C10CB; }
span { border-color: rgb(76,16,203); }
td.TdClassName
{
border-color: #4C10CB;
}
.TagClassName
{
border-color: #4C10CB;
}
</style>