Shades of Purple Heart #3F2BC3
Tints of Purple Heart #3F2BC3
RGB
CMYK
RGB Variations
Color information
#3F2BC3 (or 0x3F2BC3) is known color: Purple Heart. HEX triplet: 3F, 2B and C3. RGB value is (63,43,195). Sum of RGB (Red+Green+Blue) = 63+43+195=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 195 (76.56% from 255 or 64.78% from 301); Max value from RGB is 195 - color contains mainly: blue. Hex color #3F2BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2BC3 is #C0D43C. Grayscale: #414141. Windows color (decimal): -12637245 or 12790591. OLE color: 12790591.
HSL color Cylindrical-coordinate representation of color #3F2BC3: hue angle of 247.89º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F2BC3 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 43 | 195 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.24 |
| HSL | 247.89º | 0.64% | 0.47% | - |
| HSV(B) | 247.89º | 0.78% | 0.76% | - |
| XYZ | 12.76 | 6.72 | 52.26 | - |
| YUV | 66.31 | 200.63 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 195 | 0.68 | 0.78 | 0 | 0.24 | 247.89 | 0.64 | 0.47 |
| Hex | 3F | 2B | C3 | 44 | 4E | 0 | 18 | F8 | 40 | 2F |
| Octal | 77 | 53 | 303 | 104 | 116 | 0 | 30 | 370 | 100 | 57 |
| Binary | 111111 | 101011 | 11000011 | 1000100 | 1001110 | 0 | 11000 | 11111000 | 1000000 | 101111 |
Color Harmonies of #3F2BC3
Complementary color
Monochromatic Colors of #3F2BC3
Black with #3F2BC3
Text Example
Text Example
White with #3F2BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2BC3; }
p { color: rgb(63,43,195); }
H1.HeaderClassName
{
color: #3F2BC3;
}
.AnyTagClassName
{
color: #3F2BC3;
}
</style>
background-color css
<style>
a { background-color: #3F2BC3; }
a { background-color: rgb(63,43,195); }
div.DivClassName
{
background-color: #3F2BC3;
}
.BgClassName
{
background-color: #3F2BC3;
}
</style>
border-color css
<style>
span { border-color: #3F2BC3; }
span { border-color: rgb(63,43,195); }
td.TdClassName
{
border-color: #3F2BC3;
}
.TagClassName
{
border-color: #3F2BC3;
}
</style>