Shades of Purple Heart #4B2CCF
Tints of Purple Heart #4B2CCF
RGB
CMYK
RGB Variations
Color information
#4B2CCF (or 0x4B2CCF) is known color: Purple Heart. HEX triplet: 4B, 2C and CF. RGB value is (75,44,207). Sum of RGB (Red+Green+Blue) = 75+44+207=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B2CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2CCF is #B4D330. Grayscale: #474747. Windows color (decimal): -11850545 or 13577291. OLE color: 13577291.
HSL color Cylindrical-coordinate representation of color #4B2CCF: hue angle of 251.41º degrees, saturation: 0.65, 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 #4B2CCF is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 44 | 207 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.19 |
| HSL | 251.41º | 0.65% | 0.49% | - |
| HSV(B) | 251.41º | 0.79% | 0.81% | - |
| XYZ | 15.06 | 7.8 | 59.74 | - |
| YUV | 71.85 | 204.27 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 44 | 207 | 0.64 | 0.79 | 0 | 0.19 | 251.41 | 0.65 | 0.49 |
| Hex | 4B | 2C | CF | 40 | 4F | 0 | 13 | FB | 41 | 31 |
| Octal | 113 | 54 | 317 | 100 | 117 | 0 | 23 | 373 | 101 | 61 |
| Binary | 1001011 | 101100 | 11001111 | 1000000 | 1001111 | 0 | 10011 | 11111011 | 1000001 | 110001 |
Color Harmonies of #4B2CCF
Complementary color
Monochromatic Colors of #4B2CCF
Black with #4B2CCF
Text Example
Text Example
White with #4B2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2CCF; }
p { color: rgb(75,44,207); }
H1.HeaderClassName
{
color: #4B2CCF;
}
.AnyTagClassName
{
color: #4B2CCF;
}
</style>
background-color css
<style>
a { background-color: #4B2CCF; }
a { background-color: rgb(75,44,207); }
div.DivClassName
{
background-color: #4B2CCF;
}
.BgClassName
{
background-color: #4B2CCF;
}
</style>
border-color css
<style>
span { border-color: #4B2CCF; }
span { border-color: rgb(75,44,207); }
td.TdClassName
{
border-color: #4B2CCF;
}
.TagClassName
{
border-color: #4B2CCF;
}
</style>