Shades of Purple Heart #3F27CA
Tints of Purple Heart #3F27CA
RGB
CMYK
RGB Variations
Color information
#3F27CA (or 0x3F27CA) is known color: Purple Heart. HEX triplet: 3F, 27 and CA. RGB value is (63,39,202). Sum of RGB (Red+Green+Blue) = 63+39+202=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F27CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F27CA is #C0D835. Grayscale: #404040. Windows color (decimal): -12638262 or 13248319. OLE color: 13248319.
HSL color Cylindrical-coordinate representation of color #3F27CA: hue angle of 248.83º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F27CA is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 39 | 202 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.21 |
| HSL | 248.83º | 0.68% | 0.47% | - |
| HSV(B) | 248.83º | 0.81% | 0.79% | - |
| XYZ | 13.44 | 6.77 | 56.48 | - |
| YUV | 64.76 | 205.45 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 202 | 0.69 | 0.81 | 0 | 0.21 | 248.83 | 0.68 | 0.47 |
| Hex | 3F | 27 | CA | 45 | 51 | 0 | 15 | F9 | 44 | 2F |
| Octal | 77 | 47 | 312 | 105 | 121 | 0 | 25 | 371 | 104 | 57 |
| Binary | 111111 | 100111 | 11001010 | 1000101 | 1010001 | 0 | 10101 | 11111001 | 1000100 | 101111 |
Color Harmonies of #3F27CA
Complementary color
Monochromatic Colors of #3F27CA
Black with #3F27CA
Text Example
Text Example
White with #3F27CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F27CA; }
p { color: rgb(63,39,202); }
H1.HeaderClassName
{
color: #3F27CA;
}
.AnyTagClassName
{
color: #3F27CA;
}
</style>
background-color css
<style>
a { background-color: #3F27CA; }
a { background-color: rgb(63,39,202); }
div.DivClassName
{
background-color: #3F27CA;
}
.BgClassName
{
background-color: #3F27CA;
}
</style>
border-color css
<style>
span { border-color: #3F27CA; }
span { border-color: rgb(63,39,202); }
td.TdClassName
{
border-color: #3F27CA;
}
.TagClassName
{
border-color: #3F27CA;
}
</style>