Shades of Purple Heart #3F13CC
Tints of Purple Heart #3F13CC
RGB
CMYK
RGB Variations
Color information
#3F13CC (or 0x3F13CC) is known color: Purple Heart. HEX triplet: 3F, 13 and CC. RGB value is (63,19,204). Sum of RGB (Red+Green+Blue) = 63+19+204=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F13CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F13CC is #C0EC33. Grayscale: #343434. Windows color (decimal): -12643380 or 13374271. OLE color: 13374271.
HSL color Cylindrical-coordinate representation of color #3F13CC: hue angle of 254.27º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F13CC is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 19 | 204 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.2 |
| HSL | 254.27º | 0.83% | 0.44% | - |
| HSV(B) | 254.27º | 0.91% | 0.8% | - |
| XYZ | 13.18 | 5.88 | 57.57 | - |
| YUV | 53.25 | 213.08 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 204 | 0.69 | 0.91 | 0 | 0.2 | 254.27 | 0.83 | 0.44 |
| Hex | 3F | 13 | CC | 45 | 5B | 0 | 14 | FE | 53 | 2C |
| Octal | 77 | 23 | 314 | 105 | 133 | 0 | 24 | 376 | 123 | 54 |
| Binary | 111111 | 10011 | 11001100 | 1000101 | 1011011 | 0 | 10100 | 11111110 | 1010011 | 101100 |
Color Harmonies of #3F13CC
Complementary color
Monochromatic Colors of #3F13CC
Black with #3F13CC
Text Example
Text Example
White with #3F13CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F13CC; }
p { color: rgb(63,19,204); }
H1.HeaderClassName
{
color: #3F13CC;
}
.AnyTagClassName
{
color: #3F13CC;
}
</style>
background-color css
<style>
a { background-color: #3F13CC; }
a { background-color: rgb(63,19,204); }
div.DivClassName
{
background-color: #3F13CC;
}
.BgClassName
{
background-color: #3F13CC;
}
</style>
border-color css
<style>
span { border-color: #3F13CC; }
span { border-color: rgb(63,19,204); }
td.TdClassName
{
border-color: #3F13CC;
}
.TagClassName
{
border-color: #3F13CC;
}
</style>