Shades of Purple Heart #4227BC
Tints of Purple Heart #4227BC
RGB
CMYK
RGB Variations
Color information
#4227BC (or 0x4227BC) is known color: Purple Heart. HEX triplet: 42, 27 and BC. RGB value is (66,39,188). Sum of RGB (Red+Green+Blue) = 66+39+188=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #4227BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4227BC is #BDD843. Grayscale: #3F3F3F. Windows color (decimal): -12441668 or 12330818. OLE color: 12330818.
HSL color Cylindrical-coordinate representation of color #4227BC: hue angle of 250.87º 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 #4227BC is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 39 | 188 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.26 |
| HSL | 250.87º | 0.66% | 0.45% | - |
| HSV(B) | 250.87º | 0.79% | 0.74% | - |
| XYZ | 12.05 | 6.24 | 48.15 | - |
| YUV | 64.06 | 197.95 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 188 | 0.65 | 0.79 | 0 | 0.26 | 250.87 | 0.66 | 0.45 |
| Hex | 42 | 27 | BC | 41 | 4F | 0 | 1A | FB | 42 | 2D |
| Octal | 102 | 47 | 274 | 101 | 117 | 0 | 32 | 373 | 102 | 55 |
| Binary | 1000010 | 100111 | 10111100 | 1000001 | 1001111 | 0 | 11010 | 11111011 | 1000010 | 101101 |
Color Harmonies of #4227BC
Complementary color
Monochromatic Colors of #4227BC
Black with #4227BC
Text Example
Text Example
White with #4227BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4227BC; }
p { color: rgb(66,39,188); }
H1.HeaderClassName
{
color: #4227BC;
}
.AnyTagClassName
{
color: #4227BC;
}
</style>
background-color css
<style>
a { background-color: #4227BC; }
a { background-color: rgb(66,39,188); }
div.DivClassName
{
background-color: #4227BC;
}
.BgClassName
{
background-color: #4227BC;
}
</style>
border-color css
<style>
span { border-color: #4227BC; }
span { border-color: rgb(66,39,188); }
td.TdClassName
{
border-color: #4227BC;
}
.TagClassName
{
border-color: #4227BC;
}
</style>