Shades of Purple Heart #4B2FCD
Tints of Purple Heart #4B2FCD
RGB
CMYK
RGB Variations
Color information
#4B2FCD (or 0x4B2FCD) is known color: Purple Heart. HEX triplet: 4B, 2F and CD. RGB value is (75,47,205). Sum of RGB (Red+Green+Blue) = 75+47+205=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B2FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2FCD is #B4D032. Grayscale: #484848. Windows color (decimal): -11849779 or 13446987. OLE color: 13446987.
HSL color Cylindrical-coordinate representation of color #4B2FCD: hue angle of 250.63º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B2FCD is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 47 | 205 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.20 |
| HSL | 250.63º | 0.63% | 0.49% | - |
| HSV(B) | 250.63º | 0.77% | 0.8% | - |
| XYZ | 14.94 | 7.94 | 58.5 | - |
| YUV | 73.38 | 202.28 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 47 | 205 | 0.63 | 0.77 | 0 | 0.20 | 250.63 | 0.63 | 0.49 |
| Hex | 4B | 2F | CD | 3F | 4D | 0 | 14 | FB | 3F | 31 |
| Octal | 113 | 57 | 315 | 77 | 115 | 0 | 24 | 373 | 77 | 61 |
| Binary | 1001011 | 101111 | 11001101 | 111111 | 1001101 | 0 | 10100 | 11111011 | 111111 | 110001 |
Color Harmonies of #4B2FCD
Complementary color
Monochromatic Colors of #4B2FCD
Black with #4B2FCD
Text Example
Text Example
White with #4B2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2FCD; }
p { color: rgb(75,47,205); }
H1.HeaderClassName
{
color: #4B2FCD;
}
.AnyTagClassName
{
color: #4B2FCD;
}
</style>
background-color css
<style>
a { background-color: #4B2FCD; }
a { background-color: rgb(75,47,205); }
div.DivClassName
{
background-color: #4B2FCD;
}
.BgClassName
{
background-color: #4B2FCD;
}
</style>
border-color css
<style>
span { border-color: #4B2FCD; }
span { border-color: rgb(75,47,205); }
td.TdClassName
{
border-color: #4B2FCD;
}
.TagClassName
{
border-color: #4B2FCD;
}
</style>