Shades of Purple Heart #4023CF
Tints of Purple Heart #4023CF
RGB
CMYK
RGB Variations
Color information
#4023CF (or 0x4023CF) is known color: Purple Heart. HEX triplet: 40, 23 and CF. RGB value is (64,35,207). Sum of RGB (Red+Green+Blue) = 64+35+207=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #4023CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4023CF is #BFDC30. Grayscale: #3E3E3E. Windows color (decimal): -12573745 or 13574976. OLE color: 13574976.
HSL color Cylindrical-coordinate representation of color #4023CF: hue angle of 250.12º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4023CF is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 35 | 207 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.19 |
| HSL | 250.12º | 0.71% | 0.47% | - |
| HSV(B) | 250.12º | 0.83% | 0.81% | - |
| XYZ | 13.98 | 6.8 | 59.61 | - |
| YUV | 63.28 | 209.11 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 207 | 0.69 | 0.83 | 0 | 0.19 | 250.12 | 0.71 | 0.47 |
| Hex | 40 | 23 | CF | 45 | 53 | 0 | 13 | FA | 47 | 2F |
| Octal | 100 | 43 | 317 | 105 | 123 | 0 | 23 | 372 | 107 | 57 |
| Binary | 1000000 | 100011 | 11001111 | 1000101 | 1010011 | 0 | 10011 | 11111010 | 1000111 | 101111 |
Color Harmonies of #4023CF
Complementary color
Monochromatic Colors of #4023CF
Black with #4023CF
Text Example
Text Example
White with #4023CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4023CF; }
p { color: rgb(64,35,207); }
H1.HeaderClassName
{
color: #4023CF;
}
.AnyTagClassName
{
color: #4023CF;
}
</style>
background-color css
<style>
a { background-color: #4023CF; }
a { background-color: rgb(64,35,207); }
div.DivClassName
{
background-color: #4023CF;
}
.BgClassName
{
background-color: #4023CF;
}
</style>
border-color css
<style>
span { border-color: #4023CF; }
span { border-color: rgb(64,35,207); }
td.TdClassName
{
border-color: #4023CF;
}
.TagClassName
{
border-color: #4023CF;
}
</style>