Shades of Purple Heart #3F1BCB
Tints of Purple Heart #3F1BCB
RGB
CMYK
RGB Variations
Color information
#3F1BCB (or 0x3F1BCB) is known color: Purple Heart. HEX triplet: 3F, 1B and CB. RGB value is (63,27,203). Sum of RGB (Red+Green+Blue) = 63+27+203=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F1BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1BCB is #C0E434. Grayscale: #393939. Windows color (decimal): -12641333 or 13310783. OLE color: 13310783.
HSL color Cylindrical-coordinate representation of color #3F1BCB: hue angle of 252.27º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F1BCB is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 27 | 203 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.20 |
| HSL | 252.27º | 0.77% | 0.45% | - |
| HSV(B) | 252.27º | 0.87% | 0.8% | - |
| XYZ | 13.22 | 6.15 | 56.99 | - |
| YUV | 57.83 | 209.93 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 27 | 203 | 0.69 | 0.87 | 0 | 0.20 | 252.27 | 0.77 | 0.45 |
| Hex | 3F | 1B | CB | 45 | 57 | 0 | 14 | FC | 4D | 2D |
| Octal | 77 | 33 | 313 | 105 | 127 | 0 | 24 | 374 | 115 | 55 |
| Binary | 111111 | 11011 | 11001011 | 1000101 | 1010111 | 0 | 10100 | 11111100 | 1001101 | 101101 |
Color Harmonies of #3F1BCB
Complementary color
Monochromatic Colors of #3F1BCB
Black with #3F1BCB
Text Example
Text Example
White with #3F1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1BCB; }
p { color: rgb(63,27,203); }
H1.HeaderClassName
{
color: #3F1BCB;
}
.AnyTagClassName
{
color: #3F1BCB;
}
</style>
background-color css
<style>
a { background-color: #3F1BCB; }
a { background-color: rgb(63,27,203); }
div.DivClassName
{
background-color: #3F1BCB;
}
.BgClassName
{
background-color: #3F1BCB;
}
</style>
border-color css
<style>
span { border-color: #3F1BCB; }
span { border-color: rgb(63,27,203); }
td.TdClassName
{
border-color: #3F1BCB;
}
.TagClassName
{
border-color: #3F1BCB;
}
</style>