Shades of Purple Heart #4200BF
Tints of Purple Heart #4200BF
RGB
CMYK
RGB Variations
Color information
#4200BF (or 0x4200BF) is known color: Purple Heart. HEX triplet: 42, 00 and BF. RGB value is (66,0,191). Sum of RGB (Red+Green+Blue) = 66+0+191=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #4200BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4200BF is #BDFF40. Grayscale: #282828. Windows color (decimal): -12451649 or 12517442. OLE color: 12517442.
HSL color Cylindrical-coordinate representation of color #4200BF: hue angle of 260.73º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4200BF is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 0 | 191 | - |
| CMYK | 0.65 | 1 | 0 | 0.25 |
| HSL | 260.73º | 1% | 0.37% | - |
| HSV(B) | 260.73º | 1% | 0.75% | - |
| XYZ | 11.65 | 4.92 | 49.63 | - |
| YUV | 41.51 | 212.37 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 191 | 0.65 | 1 | 0 | 0.25 | 260.73 | 1 | 0.37 |
| Hex | 42 | 0 | BF | 41 | 64 | 0 | 19 | 105 | 64 | 25 |
| Octal | 102 | 0 | 277 | 101 | 144 | 0 | 31 | 405 | 144 | 45 |
| Binary | 1000010 | 0 | 10111111 | 1000001 | 1100100 | 0 | 11001 | 100000101 | 1100100 | 100101 |
Color Harmonies of #4200BF
Complementary color
Monochromatic Colors of #4200BF
Black with #4200BF
Text Example
Text Example
White with #4200BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4200BF; }
p { color: rgb(66,0,191); }
H1.HeaderClassName
{
color: #4200BF;
}
.AnyTagClassName
{
color: #4200BF;
}
</style>
background-color css
<style>
a { background-color: #4200BF; }
a { background-color: rgb(66,0,191); }
div.DivClassName
{
background-color: #4200BF;
}
.BgClassName
{
background-color: #4200BF;
}
</style>
border-color css
<style>
span { border-color: #4200BF; }
span { border-color: rgb(66,0,191); }
td.TdClassName
{
border-color: #4200BF;
}
.TagClassName
{
border-color: #4200BF;
}
</style>