Shades of Purple Heart #3F22CF
Tints of Purple Heart #3F22CF
RGB
CMYK
RGB Variations
Color information
#3F22CF (or 0x3F22CF) is known color: Purple Heart. HEX triplet: 3F, 22 and CF. RGB value is (63,34,207). Sum of RGB (Red+Green+Blue) = 63+34+207=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F22CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F22CF is #C0DD30. Grayscale: #3D3D3D. Windows color (decimal): -12639537 or 13574719. OLE color: 13574719.
HSL color Cylindrical-coordinate representation of color #3F22CF: hue angle of 250.06º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F22CF is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 34 | 207 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.19 |
| HSL | 250.06º | 0.72% | 0.47% | - |
| HSV(B) | 250.06º | 0.84% | 0.81% | - |
| XYZ | 13.88 | 6.71 | 59.59 | - |
| YUV | 62.39 | 209.61 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 207 | 0.70 | 0.84 | 0 | 0.19 | 250.06 | 0.72 | 0.47 |
| Hex | 3F | 22 | CF | 46 | 54 | 0 | 13 | FA | 48 | 2F |
| Octal | 77 | 42 | 317 | 106 | 124 | 0 | 23 | 372 | 110 | 57 |
| Binary | 111111 | 100010 | 11001111 | 1000110 | 1010100 | 0 | 10011 | 11111010 | 1001000 | 101111 |
Color Harmonies of #3F22CF
Complementary color
Monochromatic Colors of #3F22CF
Black with #3F22CF
Text Example
Text Example
White with #3F22CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F22CF; }
p { color: rgb(63,34,207); }
H1.HeaderClassName
{
color: #3F22CF;
}
.AnyTagClassName
{
color: #3F22CF;
}
</style>
background-color css
<style>
a { background-color: #3F22CF; }
a { background-color: rgb(63,34,207); }
div.DivClassName
{
background-color: #3F22CF;
}
.BgClassName
{
background-color: #3F22CF;
}
</style>
border-color css
<style>
span { border-color: #3F22CF; }
span { border-color: rgb(63,34,207); }
td.TdClassName
{
border-color: #3F22CF;
}
.TagClassName
{
border-color: #3F22CF;
}
</style>