Shades of Purple Heart #4C00CB
Tints of Purple Heart #4C00CB
RGB
CMYK
RGB Variations
Color information
#4C00CB (or 0x4C00CB) is known color: Purple Heart. HEX triplet: 4C, 00 and CB. RGB value is (76,0,203). Sum of RGB (Red+Green+Blue) = 76+0+203=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C00CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C00CB is #B3FF34. Grayscale: #2D2D2D. Windows color (decimal): -11796277 or 13303884. OLE color: 13303884.
HSL color Cylindrical-coordinate representation of color #4C00CB: hue angle of 262.46º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C00CB is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 0 | 203 | - |
| CMYK | 0.63 | 1 | 0 | 0.20 |
| HSL | 262.46º | 1% | 0.4% | - |
| HSV(B) | 262.46º | 1% | 0.8% | - |
| XYZ | 13.76 | 5.85 | 56.9 | - |
| YUV | 45.87 | 216.68 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 203 | 0.63 | 1 | 0 | 0.20 | 262.46 | 1 | 0.4 |
| Hex | 4C | 0 | CB | 3F | 64 | 0 | 14 | 106 | 64 | 28 |
| Octal | 114 | 0 | 313 | 77 | 144 | 0 | 24 | 406 | 144 | 50 |
| Binary | 1001100 | 0 | 11001011 | 111111 | 1100100 | 0 | 10100 | 100000110 | 1100100 | 101000 |
Color Harmonies of #4C00CB
Complementary color
Monochromatic Colors of #4C00CB
Black with #4C00CB
Text Example
Text Example
White with #4C00CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C00CB; }
p { color: rgb(76,0,203); }
H1.HeaderClassName
{
color: #4C00CB;
}
.AnyTagClassName
{
color: #4C00CB;
}
</style>
background-color css
<style>
a { background-color: #4C00CB; }
a { background-color: rgb(76,0,203); }
div.DivClassName
{
background-color: #4C00CB;
}
.BgClassName
{
background-color: #4C00CB;
}
</style>
border-color css
<style>
span { border-color: #4C00CB; }
span { border-color: rgb(76,0,203); }
td.TdClassName
{
border-color: #4C00CB;
}
.TagClassName
{
border-color: #4C00CB;
}
</style>