Shades of Purple Heart #3F1CB6
Tints of Purple Heart #3F1CB6
RGB
CMYK
RGB Variations
Color information
#3F1CB6 (or 0x3F1CB6) is known color: Purple Heart. HEX triplet: 3F, 1C and B6. RGB value is (63,28,182). Sum of RGB (Red+Green+Blue) = 63+28+182=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 182 (71.48% from 255 or 66.67% from 273); Max value from RGB is 182 - color contains mainly: blue. Hex color #3F1CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1CB6 is #C0E349. Grayscale: #373737. Windows color (decimal): -12641098 or 11934783. OLE color: 11934783.
HSL color Cylindrical-coordinate representation of color #3F1CB6: hue angle of 253.64º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F1CB6 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 28 | 182 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.29 |
| HSL | 253.64º | 0.73% | 0.41% | - |
| HSV(B) | 253.64º | 0.85% | 0.71% | - |
| XYZ | 10.91 | 5.26 | 44.7 | - |
| YUV | 56.02 | 199.1 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 28 | 182 | 0.65 | 0.85 | 0 | 0.29 | 253.64 | 0.73 | 0.41 |
| Hex | 3F | 1C | B6 | 41 | 55 | 0 | 1D | FE | 49 | 29 |
| Octal | 77 | 34 | 266 | 101 | 125 | 0 | 35 | 376 | 111 | 51 |
| Binary | 111111 | 11100 | 10110110 | 1000001 | 1010101 | 0 | 11101 | 11111110 | 1001001 | 101001 |
Color Harmonies of #3F1CB6
Complementary color
Monochromatic Colors of #3F1CB6
Black with #3F1CB6
Text Example
Text Example
White with #3F1CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1CB6; }
p { color: rgb(63,28,182); }
H1.HeaderClassName
{
color: #3F1CB6;
}
.AnyTagClassName
{
color: #3F1CB6;
}
</style>
background-color css
<style>
a { background-color: #3F1CB6; }
a { background-color: rgb(63,28,182); }
div.DivClassName
{
background-color: #3F1CB6;
}
.BgClassName
{
background-color: #3F1CB6;
}
</style>
border-color css
<style>
span { border-color: #3F1CB6; }
span { border-color: rgb(63,28,182); }
td.TdClassName
{
border-color: #3F1CB6;
}
.TagClassName
{
border-color: #3F1CB6;
}
</style>