Shades of Purple Heart #3F10CA
Tints of Purple Heart #3F10CA
RGB
CMYK
RGB Variations
Color information
#3F10CA (or 0x3F10CA) is known color: Purple Heart. HEX triplet: 3F, 10 and CA. RGB value is (63,16,202). Sum of RGB (Red+Green+Blue) = 63+16+202=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 202 (79.30% from 255 or 71.89% from 281); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F10CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F10CA is #C0EF35. Grayscale: #323232. Windows color (decimal): -12644150 or 13242431. OLE color: 13242431.
HSL color Cylindrical-coordinate representation of color #3F10CA: hue angle of 255.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F10CA is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 16 | 202 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.21 |
| HSL | 255.16º | 0.85% | 0.43% | - |
| HSV(B) | 255.16º | 0.92% | 0.79% | - |
| XYZ | 12.9 | 5.69 | 56.3 | - |
| YUV | 51.26 | 213.07 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 202 | 0.69 | 0.92 | 0 | 0.21 | 255.16 | 0.85 | 0.43 |
| Hex | 3F | 10 | CA | 45 | 5C | 0 | 15 | FF | 55 | 2B |
| Octal | 77 | 20 | 312 | 105 | 134 | 0 | 25 | 377 | 125 | 53 |
| Binary | 111111 | 10000 | 11001010 | 1000101 | 1011100 | 0 | 10101 | 11111111 | 1010101 | 101011 |
Color Harmonies of #3F10CA
Complementary color
Monochromatic Colors of #3F10CA
Black with #3F10CA
Text Example
Text Example
White with #3F10CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F10CA; }
p { color: rgb(63,16,202); }
H1.HeaderClassName
{
color: #3F10CA;
}
.AnyTagClassName
{
color: #3F10CA;
}
</style>
background-color css
<style>
a { background-color: #3F10CA; }
a { background-color: rgb(63,16,202); }
div.DivClassName
{
background-color: #3F10CA;
}
.BgClassName
{
background-color: #3F10CA;
}
</style>
border-color css
<style>
span { border-color: #3F10CA; }
span { border-color: rgb(63,16,202); }
td.TdClassName
{
border-color: #3F10CA;
}
.TagClassName
{
border-color: #3F10CA;
}
</style>