Shades of Purple Heart #4F3DD2
Tints of Purple Heart #4F3DD2
RGB
CMYK
RGB Variations
Color information
#4F3DD2 (or 0x4F3DD2) is known color: Purple Heart. HEX triplet: 4F, 3D and D2. RGB value is (79,61,210). Sum of RGB (Red+Green+Blue) = 79+61+210=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 210 (82.42% from 255 or 60% from 350); Max value from RGB is 210 - color contains mainly: blue. Hex color #4F3DD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3DD2 is #B0C22D. Grayscale: #525252. Windows color (decimal): -11584046 or 13778255. OLE color: 13778255.
HSL color Cylindrical-coordinate representation of color #4F3DD2: hue angle of 247.25º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F3DD2 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 61 | 210 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.18 |
| HSL | 247.25º | 0.62% | 0.53% | - |
| HSV(B) | 247.25º | 0.71% | 0.82% | - |
| XYZ | 16.53 | 9.65 | 61.96 | - |
| YUV | 83.37 | 199.46 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 61 | 210 | 0.62 | 0.71 | 0 | 0.18 | 247.25 | 0.62 | 0.53 |
| Hex | 4F | 3D | D2 | 3E | 47 | 0 | 12 | F7 | 3E | 35 |
| Octal | 117 | 75 | 322 | 76 | 107 | 0 | 22 | 367 | 76 | 65 |
| Binary | 1001111 | 111101 | 11010010 | 111110 | 1000111 | 0 | 10010 | 11110111 | 111110 | 110101 |
Color Harmonies of #4F3DD2
Complementary color
Monochromatic Colors of #4F3DD2
Black with #4F3DD2
Text Example
Text Example
White with #4F3DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3DD2; }
p { color: rgb(79,61,210); }
H1.HeaderClassName
{
color: #4F3DD2;
}
.AnyTagClassName
{
color: #4F3DD2;
}
</style>
background-color css
<style>
a { background-color: #4F3DD2; }
a { background-color: rgb(79,61,210); }
div.DivClassName
{
background-color: #4F3DD2;
}
.BgClassName
{
background-color: #4F3DD2;
}
</style>
border-color css
<style>
span { border-color: #4F3DD2; }
span { border-color: rgb(79,61,210); }
td.TdClassName
{
border-color: #4F3DD2;
}
.TagClassName
{
border-color: #4F3DD2;
}
</style>