Shades of Purple Heart #4B2FCE
Tints of Purple Heart #4B2FCE
RGB
CMYK
RGB Variations
Color information
#4B2FCE (or 0x4B2FCE) is known color: Purple Heart. HEX triplet: 4B, 2F and CE. RGB value is (75,47,206). Sum of RGB (Red+Green+Blue) = 75+47+206=328 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.87% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B2FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2FCE is #B4D031. Grayscale: #484848. Windows color (decimal): -11849778 or 13512523. OLE color: 13512523.
HSL color Cylindrical-coordinate representation of color #4B2FCE: hue angle of 250.57º 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 #4B2FCE is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 47 | 206 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.19 |
| HSL | 250.57º | 0.63% | 0.5% | - |
| HSV(B) | 250.57º | 0.77% | 0.81% | - |
| XYZ | 15.06 | 7.99 | 59.14 | - |
| YUV | 73.5 | 202.78 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 47 | 206 | 0.64 | 0.77 | 0 | 0.19 | 250.57 | 0.63 | 0.5 |
| Hex | 4B | 2F | CE | 40 | 4D | 0 | 13 | FB | 3F | 32 |
| Octal | 113 | 57 | 316 | 100 | 115 | 0 | 23 | 373 | 77 | 62 |
| Binary | 1001011 | 101111 | 11001110 | 1000000 | 1001101 | 0 | 10011 | 11111011 | 111111 | 110010 |
Color Harmonies of #4B2FCE
Complementary color
Monochromatic Colors of #4B2FCE
Black with #4B2FCE
Text Example
Text Example
White with #4B2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2FCE; }
p { color: rgb(75,47,206); }
H1.HeaderClassName
{
color: #4B2FCE;
}
.AnyTagClassName
{
color: #4B2FCE;
}
</style>
background-color css
<style>
a { background-color: #4B2FCE; }
a { background-color: rgb(75,47,206); }
div.DivClassName
{
background-color: #4B2FCE;
}
.BgClassName
{
background-color: #4B2FCE;
}
</style>
border-color css
<style>
span { border-color: #4B2FCE; }
span { border-color: rgb(75,47,206); }
td.TdClassName
{
border-color: #4B2FCE;
}
.TagClassName
{
border-color: #4B2FCE;
}
</style>