Shades of Purple Heart #4028CC
Tints of Purple Heart #4028CC
RGB
CMYK
RGB Variations
Color information
#4028CC (or 0x4028CC) is known color: Purple Heart. HEX triplet: 40, 28 and CC. RGB value is (64,40,204). Sum of RGB (Red+Green+Blue) = 64+40+204=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #4028CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4028CC is #BFD733. Grayscale: #414141. Windows color (decimal): -12572468 or 13379648. OLE color: 13379648.
HSL color Cylindrical-coordinate representation of color #4028CC: hue angle of 248.78º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4028CC is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 40 | 204 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.2 |
| HSL | 248.78º | 0.67% | 0.48% | - |
| HSV(B) | 248.78º | 0.8% | 0.8% | - |
| XYZ | 13.77 | 6.97 | 57.75 | - |
| YUV | 65.87 | 205.95 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 204 | 0.69 | 0.80 | 0 | 0.2 | 248.78 | 0.67 | 0.48 |
| Hex | 40 | 28 | CC | 45 | 50 | 0 | 14 | F9 | 43 | 30 |
| Octal | 100 | 50 | 314 | 105 | 120 | 0 | 24 | 371 | 103 | 60 |
| Binary | 1000000 | 101000 | 11001100 | 1000101 | 1010000 | 0 | 10100 | 11111001 | 1000011 | 110000 |
Color Harmonies of #4028CC
Complementary color
Monochromatic Colors of #4028CC
Black with #4028CC
Text Example
Text Example
White with #4028CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4028CC; }
p { color: rgb(64,40,204); }
H1.HeaderClassName
{
color: #4028CC;
}
.AnyTagClassName
{
color: #4028CC;
}
</style>
background-color css
<style>
a { background-color: #4028CC; }
a { background-color: rgb(64,40,204); }
div.DivClassName
{
background-color: #4028CC;
}
.BgClassName
{
background-color: #4028CC;
}
</style>
border-color css
<style>
span { border-color: #4028CC; }
span { border-color: rgb(64,40,204); }
td.TdClassName
{
border-color: #4028CC;
}
.TagClassName
{
border-color: #4028CC;
}
</style>