Shades of Purple Heart #4B2BCF
Tints of Purple Heart #4B2BCF
RGB
CMYK
RGB Variations
Color information
#4B2BCF (or 0x4B2BCF) is known color: Purple Heart. HEX triplet: 4B, 2B and CF. RGB value is (75,43,207). Sum of RGB (Red+Green+Blue) = 75+43+207=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B2BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2BCF is #B4D430. Grayscale: #464646. Windows color (decimal): -11850801 or 13577035. OLE color: 13577035.
HSL color Cylindrical-coordinate representation of color #4B2BCF: hue angle of 251.71º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B2BCF is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 43 | 207 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.19 |
| HSL | 251.71º | 0.66% | 0.49% | - |
| HSV(B) | 251.71º | 0.79% | 0.81% | - |
| XYZ | 15.03 | 7.73 | 59.73 | - |
| YUV | 71.26 | 204.6 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 43 | 207 | 0.64 | 0.79 | 0 | 0.19 | 251.71 | 0.66 | 0.49 |
| Hex | 4B | 2B | CF | 40 | 4F | 0 | 13 | FC | 42 | 31 |
| Octal | 113 | 53 | 317 | 100 | 117 | 0 | 23 | 374 | 102 | 61 |
| Binary | 1001011 | 101011 | 11001111 | 1000000 | 1001111 | 0 | 10011 | 11111100 | 1000010 | 110001 |
Color Harmonies of #4B2BCF
Complementary color
Monochromatic Colors of #4B2BCF
Black with #4B2BCF
Text Example
Text Example
White with #4B2BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2BCF; }
p { color: rgb(75,43,207); }
H1.HeaderClassName
{
color: #4B2BCF;
}
.AnyTagClassName
{
color: #4B2BCF;
}
</style>
background-color css
<style>
a { background-color: #4B2BCF; }
a { background-color: rgb(75,43,207); }
div.DivClassName
{
background-color: #4B2BCF;
}
.BgClassName
{
background-color: #4B2BCF;
}
</style>
border-color css
<style>
span { border-color: #4B2BCF; }
span { border-color: rgb(75,43,207); }
td.TdClassName
{
border-color: #4B2BCF;
}
.TagClassName
{
border-color: #4B2BCF;
}
</style>