Shades of Purple Heart #3F2FC0
Tints of Purple Heart #3F2FC0
RGB
CMYK
RGB Variations
Color information
#3F2FC0 (or 0x3F2FC0) is known color: Purple Heart. HEX triplet: 3F, 2F and C0. RGB value is (63,47,192). Sum of RGB (Red+Green+Blue) = 63+47+192=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #3F2FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2FC0 is #C0D03F. Grayscale: #434343. Windows color (decimal): -12636224 or 12595007. OLE color: 12595007.
HSL color Cylindrical-coordinate representation of color #3F2FC0: hue angle of 246.62º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F2FC0 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 47 | 192 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.25 |
| HSL | 246.62º | 0.61% | 0.47% | - |
| HSV(B) | 246.62º | 0.76% | 0.75% | - |
| XYZ | 12.58 | 6.9 | 50.54 | - |
| YUV | 68.31 | 197.8 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 192 | 0.67 | 0.76 | 0 | 0.25 | 246.62 | 0.61 | 0.47 |
| Hex | 3F | 2F | C0 | 43 | 4C | 0 | 19 | F7 | 3D | 2F |
| Octal | 77 | 57 | 300 | 103 | 114 | 0 | 31 | 367 | 75 | 57 |
| Binary | 111111 | 101111 | 11000000 | 1000011 | 1001100 | 0 | 11001 | 11110111 | 111101 | 101111 |
Color Harmonies of #3F2FC0
Complementary color
Monochromatic Colors of #3F2FC0
Black with #3F2FC0
Text Example
Text Example
White with #3F2FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2FC0; }
p { color: rgb(63,47,192); }
H1.HeaderClassName
{
color: #3F2FC0;
}
.AnyTagClassName
{
color: #3F2FC0;
}
</style>
background-color css
<style>
a { background-color: #3F2FC0; }
a { background-color: rgb(63,47,192); }
div.DivClassName
{
background-color: #3F2FC0;
}
.BgClassName
{
background-color: #3F2FC0;
}
</style>
border-color css
<style>
span { border-color: #3F2FC0; }
span { border-color: rgb(63,47,192); }
td.TdClassName
{
border-color: #3F2FC0;
}
.TagClassName
{
border-color: #3F2FC0;
}
</style>