Shades of Purple Heart #4202BD
Tints of Purple Heart #4202BD
RGB
CMYK
RGB Variations
Color information
#4202BD (or 0x4202BD) is known color: Purple Heart. HEX triplet: 42, 02 and BD. RGB value is (66,2,189). Sum of RGB (Red+Green+Blue) = 66+2+189=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 189 (74.22% from 255 or 73.54% from 257); Max value from RGB is 189 - color contains mainly: blue. Hex color #4202BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4202BD is #BDFD42. Grayscale: #292929. Windows color (decimal): -12451139 or 12386882. OLE color: 12386882.
HSL color Cylindrical-coordinate representation of color #4202BD: hue angle of 260.53º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4202BD is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 2 | 189 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.26 |
| HSL | 260.53º | 0.98% | 0.37% | - |
| HSV(B) | 260.53º | 0.99% | 0.74% | - |
| XYZ | 11.45 | 4.88 | 48.48 | - |
| YUV | 42.45 | 210.7 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 189 | 0.65 | 0.99 | 0 | 0.26 | 260.53 | 0.98 | 0.37 |
| Hex | 42 | 2 | BD | 41 | 63 | 0 | 1A | 105 | 62 | 25 |
| Octal | 102 | 2 | 275 | 101 | 143 | 0 | 32 | 405 | 142 | 45 |
| Binary | 1000010 | 10 | 10111101 | 1000001 | 1100011 | 0 | 11010 | 100000101 | 1100010 | 100101 |
Color Harmonies of #4202BD
Complementary color
Monochromatic Colors of #4202BD
Black with #4202BD
Text Example
Text Example
White with #4202BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4202BD; }
p { color: rgb(66,2,189); }
H1.HeaderClassName
{
color: #4202BD;
}
.AnyTagClassName
{
color: #4202BD;
}
</style>
background-color css
<style>
a { background-color: #4202BD; }
a { background-color: rgb(66,2,189); }
div.DivClassName
{
background-color: #4202BD;
}
.BgClassName
{
background-color: #4202BD;
}
</style>
border-color css
<style>
span { border-color: #4202BD; }
span { border-color: rgb(66,2,189); }
td.TdClassName
{
border-color: #4202BD;
}
.TagClassName
{
border-color: #4202BD;
}
</style>