Shades of Purple Heart #4225D1
Tints of Purple Heart #4225D1
RGB
CMYK
RGB Variations
Color information
#4225D1 (or 0x4225D1) is known color: Purple Heart. HEX triplet: 42, 25 and D1. RGB value is (66,37,209). Sum of RGB (Red+Green+Blue) = 66+37+209=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 209 (82.03% from 255 or 66.99% from 312); Max value from RGB is 209 - color contains mainly: blue. Hex color #4225D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4225D1 is #BDDA2E. Grayscale: #404040. Windows color (decimal): -12442159 or 13706562. OLE color: 13706562.
HSL color Cylindrical-coordinate representation of color #4225D1: hue angle of 250.12º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4225D1 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 37 | 209 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.18 |
| HSL | 250.12º | 0.7% | 0.48% | - |
| HSV(B) | 250.12º | 0.82% | 0.82% | - |
| XYZ | 14.42 | 7.08 | 60.93 | - |
| YUV | 65.28 | 209.11 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 209 | 0.68 | 0.82 | 0 | 0.18 | 250.12 | 0.7 | 0.48 |
| Hex | 42 | 25 | D1 | 44 | 52 | 0 | 12 | FA | 46 | 30 |
| Octal | 102 | 45 | 321 | 104 | 122 | 0 | 22 | 372 | 106 | 60 |
| Binary | 1000010 | 100101 | 11010001 | 1000100 | 1010010 | 0 | 10010 | 11111010 | 1000110 | 110000 |
Color Harmonies of #4225D1
Complementary color
Monochromatic Colors of #4225D1
Black with #4225D1
Text Example
Text Example
White with #4225D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4225D1; }
p { color: rgb(66,37,209); }
H1.HeaderClassName
{
color: #4225D1;
}
.AnyTagClassName
{
color: #4225D1;
}
</style>
background-color css
<style>
a { background-color: #4225D1; }
a { background-color: rgb(66,37,209); }
div.DivClassName
{
background-color: #4225D1;
}
.BgClassName
{
background-color: #4225D1;
}
</style>
border-color css
<style>
span { border-color: #4225D1; }
span { border-color: rgb(66,37,209); }
td.TdClassName
{
border-color: #4225D1;
}
.TagClassName
{
border-color: #4225D1;
}
</style>