Shades of Purple Heart #3F20CA
Tints of Purple Heart #3F20CA
RGB
CMYK
RGB Variations
Color information
#3F20CA (or 0x3F20CA) is known color: Purple Heart. HEX triplet: 3F, 20 and CA. RGB value is (63,32,202). Sum of RGB (Red+Green+Blue) = 63+32+202=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F20CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F20CA is #C0DF35. Grayscale: #3C3C3C. Windows color (decimal): -12640054 or 13246527. OLE color: 13246527.
HSL color Cylindrical-coordinate representation of color #3F20CA: hue angle of 250.94º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F20CA is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 32 | 202 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.21 |
| HSL | 250.94º | 0.73% | 0.46% | - |
| HSV(B) | 250.94º | 0.84% | 0.79% | - |
| XYZ | 13.23 | 6.35 | 56.41 | - |
| YUV | 60.65 | 207.77 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 202 | 0.69 | 0.84 | 0 | 0.21 | 250.94 | 0.73 | 0.46 |
| Hex | 3F | 20 | CA | 45 | 54 | 0 | 15 | FB | 49 | 2E |
| Octal | 77 | 40 | 312 | 105 | 124 | 0 | 25 | 373 | 111 | 56 |
| Binary | 111111 | 100000 | 11001010 | 1000101 | 1010100 | 0 | 10101 | 11111011 | 1001001 | 101110 |
Color Harmonies of #3F20CA
Complementary color
Monochromatic Colors of #3F20CA
Black with #3F20CA
Text Example
Text Example
White with #3F20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F20CA; }
p { color: rgb(63,32,202); }
H1.HeaderClassName
{
color: #3F20CA;
}
.AnyTagClassName
{
color: #3F20CA;
}
</style>
background-color css
<style>
a { background-color: #3F20CA; }
a { background-color: rgb(63,32,202); }
div.DivClassName
{
background-color: #3F20CA;
}
.BgClassName
{
background-color: #3F20CA;
}
</style>
border-color css
<style>
span { border-color: #3F20CA; }
span { border-color: rgb(63,32,202); }
td.TdClassName
{
border-color: #3F20CA;
}
.TagClassName
{
border-color: #3F20CA;
}
</style>