Shades of Purple Heart #4225BC
Tints of Purple Heart #4225BC
RGB
CMYK
RGB Variations
Color information
#4225BC (or 0x4225BC) is known color: Purple Heart. HEX triplet: 42, 25 and BC. RGB value is (66,37,188). Sum of RGB (Red+Green+Blue) = 66+37+188=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #4225BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4225BC is #BDDA43. Grayscale: #3E3E3E. Windows color (decimal): -12442180 or 12330306. OLE color: 12330306.
HSL color Cylindrical-coordinate representation of color #4225BC: hue angle of 251.52º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4225BC is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 37 | 188 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.26 |
| HSL | 251.52º | 0.67% | 0.44% | - |
| HSV(B) | 251.52º | 0.8% | 0.74% | - |
| XYZ | 11.99 | 6.11 | 48.13 | - |
| YUV | 62.89 | 198.61 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 188 | 0.65 | 0.80 | 0 | 0.26 | 251.52 | 0.67 | 0.44 |
| Hex | 42 | 25 | BC | 41 | 50 | 0 | 1A | FC | 43 | 2C |
| Octal | 102 | 45 | 274 | 101 | 120 | 0 | 32 | 374 | 103 | 54 |
| Binary | 1000010 | 100101 | 10111100 | 1000001 | 1010000 | 0 | 11010 | 11111100 | 1000011 | 101100 |
Color Harmonies of #4225BC
Complementary color
Monochromatic Colors of #4225BC
Black with #4225BC
Text Example
Text Example
White with #4225BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4225BC; }
p { color: rgb(66,37,188); }
H1.HeaderClassName
{
color: #4225BC;
}
.AnyTagClassName
{
color: #4225BC;
}
</style>
background-color css
<style>
a { background-color: #4225BC; }
a { background-color: rgb(66,37,188); }
div.DivClassName
{
background-color: #4225BC;
}
.BgClassName
{
background-color: #4225BC;
}
</style>
border-color css
<style>
span { border-color: #4225BC; }
span { border-color: rgb(66,37,188); }
td.TdClassName
{
border-color: #4225BC;
}
.TagClassName
{
border-color: #4225BC;
}
</style>