Shades of Purple Heart #4028C4
Tints of Purple Heart #4028C4
RGB
CMYK
RGB Variations
Color information
#4028C4 (or 0x4028C4) is known color: Purple Heart. HEX triplet: 40, 28 and C4. RGB value is (64,40,196). Sum of RGB (Red+Green+Blue) = 64+40+196=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 196 (76.95% from 255 or 65.33% from 300); Max value from RGB is 196 - color contains mainly: blue. Hex color #4028C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4028C4 is #BFD73B. Grayscale: #404040. Windows color (decimal): -12572476 or 12855360. OLE color: 12855360.
HSL color Cylindrical-coordinate representation of color #4028C4: hue angle of 249.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4028C4 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 40 | 196 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.23 |
| HSL | 249.23º | 0.66% | 0.46% | - |
| HSV(B) | 249.23º | 0.8% | 0.77% | - |
| XYZ | 12.84 | 6.59 | 52.82 | - |
| YUV | 64.96 | 201.95 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 196 | 0.67 | 0.80 | 0 | 0.23 | 249.23 | 0.66 | 0.46 |
| Hex | 40 | 28 | C4 | 43 | 50 | 0 | 17 | F9 | 42 | 2E |
| Octal | 100 | 50 | 304 | 103 | 120 | 0 | 27 | 371 | 102 | 56 |
| Binary | 1000000 | 101000 | 11000100 | 1000011 | 1010000 | 0 | 10111 | 11111001 | 1000010 | 101110 |
Color Harmonies of #4028C4
Complementary color
Monochromatic Colors of #4028C4
Black with #4028C4
Text Example
Text Example
White with #4028C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4028C4; }
p { color: rgb(64,40,196); }
H1.HeaderClassName
{
color: #4028C4;
}
.AnyTagClassName
{
color: #4028C4;
}
</style>
background-color css
<style>
a { background-color: #4028C4; }
a { background-color: rgb(64,40,196); }
div.DivClassName
{
background-color: #4028C4;
}
.BgClassName
{
background-color: #4028C4;
}
</style>
border-color css
<style>
span { border-color: #4028C4; }
span { border-color: rgb(64,40,196); }
td.TdClassName
{
border-color: #4028C4;
}
.TagClassName
{
border-color: #4028C4;
}
</style>