Shades of Purple Heart #4227BD
Tints of Purple Heart #4227BD
RGB
CMYK
RGB Variations
Color information
#4227BD (or 0x4227BD) is known color: Purple Heart. HEX triplet: 42, 27 and BD. RGB value is (66,39,189). Sum of RGB (Red+Green+Blue) = 66+39+189=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #4227BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4227BD is #BDD842. Grayscale: #3F3F3F. Windows color (decimal): -12441667 or 12396354. OLE color: 12396354.
HSL color Cylindrical-coordinate representation of color #4227BD: hue angle of 250.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4227BD is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 39 | 189 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.26 |
| HSL | 250.8º | 0.66% | 0.45% | - |
| HSV(B) | 250.8º | 0.79% | 0.74% | - |
| XYZ | 12.16 | 6.28 | 48.72 | - |
| YUV | 64.17 | 198.45 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 189 | 0.65 | 0.79 | 0 | 0.26 | 250.8 | 0.66 | 0.45 |
| Hex | 42 | 27 | BD | 41 | 4F | 0 | 1A | FB | 42 | 2D |
| Octal | 102 | 47 | 275 | 101 | 117 | 0 | 32 | 373 | 102 | 55 |
| Binary | 1000010 | 100111 | 10111101 | 1000001 | 1001111 | 0 | 11010 | 11111011 | 1000010 | 101101 |
Color Harmonies of #4227BD
Complementary color
Monochromatic Colors of #4227BD
Black with #4227BD
Text Example
Text Example
White with #4227BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4227BD; }
p { color: rgb(66,39,189); }
H1.HeaderClassName
{
color: #4227BD;
}
.AnyTagClassName
{
color: #4227BD;
}
</style>
background-color css
<style>
a { background-color: #4227BD; }
a { background-color: rgb(66,39,189); }
div.DivClassName
{
background-color: #4227BD;
}
.BgClassName
{
background-color: #4227BD;
}
</style>
border-color css
<style>
span { border-color: #4227BD; }
span { border-color: rgb(66,39,189); }
td.TdClassName
{
border-color: #4227BD;
}
.TagClassName
{
border-color: #4227BD;
}
</style>