Shades of Purple Heart #4F33CB
Tints of Purple Heart #4F33CB
RGB
CMYK
RGB Variations
Color information
#4F33CB (or 0x4F33CB) is known color: Purple Heart. HEX triplet: 4F, 33 and CB. RGB value is (79,51,203). Sum of RGB (Red+Green+Blue) = 79+51+203=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F33CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F33CB is #B0CC34. Grayscale: #4C4C4C. Windows color (decimal): -11586613 or 13316943. OLE color: 13316943.
HSL color Cylindrical-coordinate representation of color #4F33CB: hue angle of 251.05º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F33CB is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 51 | 203 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.20 |
| HSL | 251.05º | 0.6% | 0.5% | - |
| HSV(B) | 251.05º | 0.75% | 0.8% | - |
| XYZ | 15.19 | 8.34 | 57.31 | - |
| YUV | 76.7 | 199.28 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 51 | 203 | 0.61 | 0.75 | 0 | 0.20 | 251.05 | 0.6 | 0.5 |
| Hex | 4F | 33 | CB | 3D | 4B | 0 | 14 | FB | 3C | 32 |
| Octal | 117 | 63 | 313 | 75 | 113 | 0 | 24 | 373 | 74 | 62 |
| Binary | 1001111 | 110011 | 11001011 | 111101 | 1001011 | 0 | 10100 | 11111011 | 111100 | 110010 |
Color Harmonies of #4F33CB
Complementary color
Monochromatic Colors of #4F33CB
Black with #4F33CB
Text Example
Text Example
White with #4F33CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F33CB; }
p { color: rgb(79,51,203); }
H1.HeaderClassName
{
color: #4F33CB;
}
.AnyTagClassName
{
color: #4F33CB;
}
</style>
background-color css
<style>
a { background-color: #4F33CB; }
a { background-color: rgb(79,51,203); }
div.DivClassName
{
background-color: #4F33CB;
}
.BgClassName
{
background-color: #4F33CB;
}
</style>
border-color css
<style>
span { border-color: #4F33CB; }
span { border-color: rgb(79,51,203); }
td.TdClassName
{
border-color: #4F33CB;
}
.TagClassName
{
border-color: #4F33CB;
}
</style>