Shades of Purple Heart #4F33CF
Tints of Purple Heart #4F33CF
RGB
CMYK
RGB Variations
Color information
#4F33CF (or 0x4F33CF) is known color: Purple Heart. HEX triplet: 4F, 33 and CF. RGB value is (79,51,207). Sum of RGB (Red+Green+Blue) = 79+51+207=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F33CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F33CF is #B0CC30. Grayscale: #4C4C4C. Windows color (decimal): -11586609 or 13579087. OLE color: 13579087.
HSL color Cylindrical-coordinate representation of color #4F33CF: hue angle of 250.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F33CF is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 51 | 207 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.19 |
| HSL | 250.77º | 0.62% | 0.51% | - |
| HSV(B) | 250.77º | 0.75% | 0.81% | - |
| XYZ | 15.67 | 8.53 | 59.85 | - |
| YUV | 77.16 | 201.28 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 51 | 207 | 0.62 | 0.75 | 0 | 0.19 | 250.77 | 0.62 | 0.51 |
| Hex | 4F | 33 | CF | 3E | 4B | 0 | 13 | FB | 3E | 33 |
| Octal | 117 | 63 | 317 | 76 | 113 | 0 | 23 | 373 | 76 | 63 |
| Binary | 1001111 | 110011 | 11001111 | 111110 | 1001011 | 0 | 10011 | 11111011 | 111110 | 110011 |
Color Harmonies of #4F33CF
Complementary color
Monochromatic Colors of #4F33CF
Black with #4F33CF
Text Example
Text Example
White with #4F33CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F33CF; }
p { color: rgb(79,51,207); }
H1.HeaderClassName
{
color: #4F33CF;
}
.AnyTagClassName
{
color: #4F33CF;
}
</style>
background-color css
<style>
a { background-color: #4F33CF; }
a { background-color: rgb(79,51,207); }
div.DivClassName
{
background-color: #4F33CF;
}
.BgClassName
{
background-color: #4F33CF;
}
</style>
border-color css
<style>
span { border-color: #4F33CF; }
span { border-color: rgb(79,51,207); }
td.TdClassName
{
border-color: #4F33CF;
}
.TagClassName
{
border-color: #4F33CF;
}
</style>