Shades of Purple Heart #4007C4
Tints of Purple Heart #4007C4
RGB
CMYK
RGB Variations
Color information
#4007C4 (or 0x4007C4) is known color: Purple Heart. HEX triplet: 40, 07 and C4. RGB value is (64,7,196). Sum of RGB (Red+Green+Blue) = 64+7+196=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 196 (76.95% from 255 or 73.41% from 267); Max value from RGB is 196 - color contains mainly: blue. Hex color #4007C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4007C4 is #BFF83B. Grayscale: #2C2C2C. Windows color (decimal): -12580924 or 12846912. OLE color: 12846912.
HSL color Cylindrical-coordinate representation of color #4007C4: hue angle of 258.1º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4007C4 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 7 | 196 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.23 |
| HSL | 258.1º | 0.93% | 0.4% | - |
| HSV(B) | 258.1º | 0.96% | 0.77% | - |
| XYZ | 12.15 | 5.23 | 52.59 | - |
| YUV | 45.59 | 212.88 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 196 | 0.67 | 0.96 | 0 | 0.23 | 258.1 | 0.93 | 0.4 |
| Hex | 40 | 7 | C4 | 43 | 60 | 0 | 17 | 102 | 5D | 28 |
| Octal | 100 | 7 | 304 | 103 | 140 | 0 | 27 | 402 | 135 | 50 |
| Binary | 1000000 | 111 | 11000100 | 1000011 | 1100000 | 0 | 10111 | 100000010 | 1011101 | 101000 |
Color Harmonies of #4007C4
Complementary color
Monochromatic Colors of #4007C4
Black with #4007C4
Text Example
Text Example
White with #4007C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4007C4; }
p { color: rgb(64,7,196); }
H1.HeaderClassName
{
color: #4007C4;
}
.AnyTagClassName
{
color: #4007C4;
}
</style>
background-color css
<style>
a { background-color: #4007C4; }
a { background-color: rgb(64,7,196); }
div.DivClassName
{
background-color: #4007C4;
}
.BgClassName
{
background-color: #4007C4;
}
</style>
border-color css
<style>
span { border-color: #4007C4; }
span { border-color: rgb(64,7,196); }
td.TdClassName
{
border-color: #4007C4;
}
.TagClassName
{
border-color: #4007C4;
}
</style>