Shades of Purple Heart #3F28D2
Tints of Purple Heart #3F28D2
RGB
CMYK
RGB Variations
Color information
#3F28D2 (or 0x3F28D2) is known color: Purple Heart. HEX triplet: 3F, 28 and D2. RGB value is (63,40,210). Sum of RGB (Red+Green+Blue) = 63+40+210=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 210 (82.42% from 255 or 67.09% from 313); Max value from RGB is 210 - color contains mainly: blue. Hex color #3F28D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F28D2 is #C0D72D. Grayscale: #414141. Windows color (decimal): -12637998 or 13772863. OLE color: 13772863.
HSL color Cylindrical-coordinate representation of color #3F28D2: hue angle of 248.12º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F28D2 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 40 | 210 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.18 |
| HSL | 248.12º | 0.68% | 0.49% | - |
| HSV(B) | 248.12º | 0.81% | 0.82% | - |
| XYZ | 14.44 | 7.23 | 61.61 | - |
| YUV | 66.26 | 209.12 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 210 | 0.70 | 0.81 | 0 | 0.18 | 248.12 | 0.68 | 0.49 |
| Hex | 3F | 28 | D2 | 46 | 51 | 0 | 12 | F8 | 44 | 31 |
| Octal | 77 | 50 | 322 | 106 | 121 | 0 | 22 | 370 | 104 | 61 |
| Binary | 111111 | 101000 | 11010010 | 1000110 | 1010001 | 0 | 10010 | 11111000 | 1000100 | 110001 |
Color Harmonies of #3F28D2
Complementary color
Monochromatic Colors of #3F28D2
Black with #3F28D2
Text Example
Text Example
White with #3F28D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F28D2; }
p { color: rgb(63,40,210); }
H1.HeaderClassName
{
color: #3F28D2;
}
.AnyTagClassName
{
color: #3F28D2;
}
</style>
background-color css
<style>
a { background-color: #3F28D2; }
a { background-color: rgb(63,40,210); }
div.DivClassName
{
background-color: #3F28D2;
}
.BgClassName
{
background-color: #3F28D2;
}
</style>
border-color css
<style>
span { border-color: #3F28D2; }
span { border-color: rgb(63,40,210); }
td.TdClassName
{
border-color: #3F28D2;
}
.TagClassName
{
border-color: #3F28D2;
}
</style>