Shades of Purple Heart #3F26BD
Tints of Purple Heart #3F26BD
RGB
CMYK
RGB Variations
Color information
#3F26BD (or 0x3F26BD) is known color: Purple Heart. HEX triplet: 3F, 26 and BD. RGB value is (63,38,189). Sum of RGB (Red+Green+Blue) = 63+38+189=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F26BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F26BD is #C0D942. Grayscale: #3E3E3E. Windows color (decimal): -12638531 or 12396095. OLE color: 12396095.
HSL color Cylindrical-coordinate representation of color #3F26BD: hue angle of 249.93º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F26BD is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 38 | 189 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.26 |
| HSL | 249.93º | 0.67% | 0.45% | - |
| HSV(B) | 249.93º | 0.8% | 0.74% | - |
| XYZ | 11.93 | 6.12 | 48.7 | - |
| YUV | 62.69 | 199.28 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 189 | 0.67 | 0.80 | 0 | 0.26 | 249.93 | 0.67 | 0.45 |
| Hex | 3F | 26 | BD | 43 | 50 | 0 | 1A | FA | 43 | 2D |
| Octal | 77 | 46 | 275 | 103 | 120 | 0 | 32 | 372 | 103 | 55 |
| Binary | 111111 | 100110 | 10111101 | 1000011 | 1010000 | 0 | 11010 | 11111010 | 1000011 | 101101 |
Color Harmonies of #3F26BD
Complementary color
Monochromatic Colors of #3F26BD
Black with #3F26BD
Text Example
Text Example
White with #3F26BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F26BD; }
p { color: rgb(63,38,189); }
H1.HeaderClassName
{
color: #3F26BD;
}
.AnyTagClassName
{
color: #3F26BD;
}
</style>
background-color css
<style>
a { background-color: #3F26BD; }
a { background-color: rgb(63,38,189); }
div.DivClassName
{
background-color: #3F26BD;
}
.BgClassName
{
background-color: #3F26BD;
}
</style>
border-color css
<style>
span { border-color: #3F26BD; }
span { border-color: rgb(63,38,189); }
td.TdClassName
{
border-color: #3F26BD;
}
.TagClassName
{
border-color: #3F26BD;
}
</style>