Shades of Purple Heart #4B2FCF
Tints of Purple Heart #4B2FCF
RGB
CMYK
RGB Variations
Color information
#4B2FCF (or 0x4B2FCF) is known color: Purple Heart. HEX triplet: 4B, 2F and CF. RGB value is (75,47,207). Sum of RGB (Red+Green+Blue) = 75+47+207=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B2FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2FCF is #B4D030. Grayscale: #494949. Windows color (decimal): -11849777 or 13578059. OLE color: 13578059.
HSL color Cylindrical-coordinate representation of color #4B2FCF: hue angle of 250.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B2FCF is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 47 | 207 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.19 |
| HSL | 250.5º | 0.63% | 0.5% | - |
| HSV(B) | 250.5º | 0.77% | 0.81% | - |
| XYZ | 15.18 | 8.03 | 59.78 | - |
| YUV | 73.61 | 203.28 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 47 | 207 | 0.64 | 0.77 | 0 | 0.19 | 250.5 | 0.63 | 0.5 |
| Hex | 4B | 2F | CF | 40 | 4D | 0 | 13 | FB | 3F | 32 |
| Octal | 113 | 57 | 317 | 100 | 115 | 0 | 23 | 373 | 77 | 62 |
| Binary | 1001011 | 101111 | 11001111 | 1000000 | 1001101 | 0 | 10011 | 11111011 | 111111 | 110010 |
Color Harmonies of #4B2FCF
Complementary color
Monochromatic Colors of #4B2FCF
Black with #4B2FCF
Text Example
Text Example
White with #4B2FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2FCF; }
p { color: rgb(75,47,207); }
H1.HeaderClassName
{
color: #4B2FCF;
}
.AnyTagClassName
{
color: #4B2FCF;
}
</style>
background-color css
<style>
a { background-color: #4B2FCF; }
a { background-color: rgb(75,47,207); }
div.DivClassName
{
background-color: #4B2FCF;
}
.BgClassName
{
background-color: #4B2FCF;
}
</style>
border-color css
<style>
span { border-color: #4B2FCF; }
span { border-color: rgb(75,47,207); }
td.TdClassName
{
border-color: #4B2FCF;
}
.TagClassName
{
border-color: #4B2FCF;
}
</style>