Shades of Purple Heart #3F13CA
Tints of Purple Heart #3F13CA
RGB
CMYK
RGB Variations
Color information
#3F13CA (or 0x3F13CA) is known color: Purple Heart. HEX triplet: 3F, 13 and CA. RGB value is (63,19,202). Sum of RGB (Red+Green+Blue) = 63+19+202=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 202 (79.30% from 255 or 71.13% from 284); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F13CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F13CA is #C0EC35. Grayscale: #343434. Windows color (decimal): -12643382 or 13243199. OLE color: 13243199.
HSL color Cylindrical-coordinate representation of color #3F13CA: hue angle of 254.43º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F13CA is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 19 | 202 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.21 |
| HSL | 254.43º | 0.83% | 0.43% | - |
| HSV(B) | 254.43º | 0.91% | 0.79% | - |
| XYZ | 12.94 | 5.79 | 56.31 | - |
| YUV | 53.02 | 212.08 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 202 | 0.69 | 0.91 | 0 | 0.21 | 254.43 | 0.83 | 0.43 |
| Hex | 3F | 13 | CA | 45 | 5B | 0 | 15 | FE | 53 | 2B |
| Octal | 77 | 23 | 312 | 105 | 133 | 0 | 25 | 376 | 123 | 53 |
| Binary | 111111 | 10011 | 11001010 | 1000101 | 1011011 | 0 | 10101 | 11111110 | 1010011 | 101011 |
Color Harmonies of #3F13CA
Complementary color
Monochromatic Colors of #3F13CA
Black with #3F13CA
Text Example
Text Example
White with #3F13CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F13CA; }
p { color: rgb(63,19,202); }
H1.HeaderClassName
{
color: #3F13CA;
}
.AnyTagClassName
{
color: #3F13CA;
}
</style>
background-color css
<style>
a { background-color: #3F13CA; }
a { background-color: rgb(63,19,202); }
div.DivClassName
{
background-color: #3F13CA;
}
.BgClassName
{
background-color: #3F13CA;
}
</style>
border-color css
<style>
span { border-color: #3F13CA; }
span { border-color: rgb(63,19,202); }
td.TdClassName
{
border-color: #3F13CA;
}
.TagClassName
{
border-color: #3F13CA;
}
</style>