Shades of Purple Heart #4023CD
Tints of Purple Heart #4023CD
RGB
CMYK
RGB Variations
Color information
#4023CD (or 0x4023CD) is known color: Purple Heart. HEX triplet: 40, 23 and CD. RGB value is (64,35,205). Sum of RGB (Red+Green+Blue) = 64+35+205=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #4023CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4023CD is #BFDC32. Grayscale: #3E3E3E. Windows color (decimal): -12573747 or 13443904. OLE color: 13443904.
HSL color Cylindrical-coordinate representation of color #4023CD: hue angle of 250.24º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4023CD is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 35 | 205 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.20 |
| HSL | 250.24º | 0.71% | 0.47% | - |
| HSV(B) | 250.24º | 0.83% | 0.8% | - |
| XYZ | 13.73 | 6.7 | 58.33 | - |
| YUV | 63.05 | 208.11 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 205 | 0.69 | 0.83 | 0 | 0.20 | 250.24 | 0.71 | 0.47 |
| Hex | 40 | 23 | CD | 45 | 53 | 0 | 14 | FA | 47 | 2F |
| Octal | 100 | 43 | 315 | 105 | 123 | 0 | 24 | 372 | 107 | 57 |
| Binary | 1000000 | 100011 | 11001101 | 1000101 | 1010011 | 0 | 10100 | 11111010 | 1000111 | 101111 |
Color Harmonies of #4023CD
Complementary color
Monochromatic Colors of #4023CD
Black with #4023CD
Text Example
Text Example
White with #4023CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4023CD; }
p { color: rgb(64,35,205); }
H1.HeaderClassName
{
color: #4023CD;
}
.AnyTagClassName
{
color: #4023CD;
}
</style>
background-color css
<style>
a { background-color: #4023CD; }
a { background-color: rgb(64,35,205); }
div.DivClassName
{
background-color: #4023CD;
}
.BgClassName
{
background-color: #4023CD;
}
</style>
border-color css
<style>
span { border-color: #4023CD; }
span { border-color: rgb(64,35,205); }
td.TdClassName
{
border-color: #4023CD;
}
.TagClassName
{
border-color: #4023CD;
}
</style>