Shades of Purple Heart #3F23BF
Tints of Purple Heart #3F23BF
RGB
CMYK
RGB Variations
Color information
#3F23BF (or 0x3F23BF) is known color: Purple Heart. HEX triplet: 3F, 23 and BF. RGB value is (63,35,191). Sum of RGB (Red+Green+Blue) = 63+35+191=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F23BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F23BF is #C0DC40. Grayscale: #3C3C3C. Windows color (decimal): -12639297 or 12526399. OLE color: 12526399.
HSL color Cylindrical-coordinate representation of color #3F23BF: hue angle of 250.77º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F23BF is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 35 | 191 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.25 |
| HSL | 250.77º | 0.69% | 0.44% | - |
| HSV(B) | 250.77º | 0.82% | 0.75% | - |
| XYZ | 12.05 | 6.02 | 49.82 | - |
| YUV | 61.16 | 201.28 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 191 | 0.67 | 0.82 | 0 | 0.25 | 250.77 | 0.69 | 0.44 |
| Hex | 3F | 23 | BF | 43 | 52 | 0 | 19 | FB | 45 | 2C |
| Octal | 77 | 43 | 277 | 103 | 122 | 0 | 31 | 373 | 105 | 54 |
| Binary | 111111 | 100011 | 10111111 | 1000011 | 1010010 | 0 | 11001 | 11111011 | 1000101 | 101100 |
Color Harmonies of #3F23BF
Complementary color
Monochromatic Colors of #3F23BF
Black with #3F23BF
Text Example
Text Example
White with #3F23BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F23BF; }
p { color: rgb(63,35,191); }
H1.HeaderClassName
{
color: #3F23BF;
}
.AnyTagClassName
{
color: #3F23BF;
}
</style>
background-color css
<style>
a { background-color: #3F23BF; }
a { background-color: rgb(63,35,191); }
div.DivClassName
{
background-color: #3F23BF;
}
.BgClassName
{
background-color: #3F23BF;
}
</style>
border-color css
<style>
span { border-color: #3F23BF; }
span { border-color: rgb(63,35,191); }
td.TdClassName
{
border-color: #3F23BF;
}
.TagClassName
{
border-color: #3F23BF;
}
</style>