Shades of Purple Heart #4028C9
Tints of Purple Heart #4028C9
RGB
CMYK
RGB Variations
Color information
#4028C9 (or 0x4028C9) is known color: Purple Heart. HEX triplet: 40, 28 and C9. RGB value is (64,40,201). Sum of RGB (Red+Green+Blue) = 64+40+201=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 201 (78.91% from 255 or 65.90% from 305); Max value from RGB is 201 - color contains mainly: blue. Hex color #4028C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4028C9 is #BFD736. Grayscale: #404040. Windows color (decimal): -12572471 or 13183040. OLE color: 13183040.
HSL color Cylindrical-coordinate representation of color #4028C9: hue angle of 248.94º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4028C9 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 40 | 201 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.21 |
| HSL | 248.94º | 0.67% | 0.47% | - |
| HSV(B) | 248.94º | 0.8% | 0.79% | - |
| XYZ | 13.42 | 6.82 | 55.87 | - |
| YUV | 65.53 | 204.45 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 201 | 0.68 | 0.80 | 0 | 0.21 | 248.94 | 0.67 | 0.47 |
| Hex | 40 | 28 | C9 | 44 | 50 | 0 | 15 | F9 | 43 | 2F |
| Octal | 100 | 50 | 311 | 104 | 120 | 0 | 25 | 371 | 103 | 57 |
| Binary | 1000000 | 101000 | 11001001 | 1000100 | 1010000 | 0 | 10101 | 11111001 | 1000011 | 101111 |
Color Harmonies of #4028C9
Complementary color
Monochromatic Colors of #4028C9
Black with #4028C9
Text Example
Text Example
White with #4028C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4028C9; }
p { color: rgb(64,40,201); }
H1.HeaderClassName
{
color: #4028C9;
}
.AnyTagClassName
{
color: #4028C9;
}
</style>
background-color css
<style>
a { background-color: #4028C9; }
a { background-color: rgb(64,40,201); }
div.DivClassName
{
background-color: #4028C9;
}
.BgClassName
{
background-color: #4028C9;
}
</style>
border-color css
<style>
span { border-color: #4028C9; }
span { border-color: rgb(64,40,201); }
td.TdClassName
{
border-color: #4028C9;
}
.TagClassName
{
border-color: #4028C9;
}
</style>