Shades of Purple Heart #4023BF
Tints of Purple Heart #4023BF
RGB
CMYK
RGB Variations
Color information
#4023BF (or 0x4023BF) is known color: Purple Heart. HEX triplet: 40, 23 and BF. RGB value is (64,35,191). Sum of RGB (Red+Green+Blue) = 64+35+191=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #4023BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4023BF is #BFDC40. Grayscale: #3C3C3C. Windows color (decimal): -12573761 or 12526400. OLE color: 12526400.
HSL color Cylindrical-coordinate representation of color #4023BF: hue angle of 251.15º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4023BF is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 35 | 191 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.25 |
| HSL | 251.15º | 0.69% | 0.44% | - |
| HSV(B) | 251.15º | 0.82% | 0.75% | - |
| XYZ | 12.12 | 6.05 | 49.82 | - |
| YUV | 61.46 | 201.11 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 191 | 0.66 | 0.82 | 0 | 0.25 | 251.15 | 0.69 | 0.44 |
| Hex | 40 | 23 | BF | 42 | 52 | 0 | 19 | FB | 45 | 2C |
| Octal | 100 | 43 | 277 | 102 | 122 | 0 | 31 | 373 | 105 | 54 |
| Binary | 1000000 | 100011 | 10111111 | 1000010 | 1010010 | 0 | 11001 | 11111011 | 1000101 | 101100 |
Color Harmonies of #4023BF
Complementary color
Monochromatic Colors of #4023BF
Black with #4023BF
Text Example
Text Example
White with #4023BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4023BF; }
p { color: rgb(64,35,191); }
H1.HeaderClassName
{
color: #4023BF;
}
.AnyTagClassName
{
color: #4023BF;
}
</style>
background-color css
<style>
a { background-color: #4023BF; }
a { background-color: rgb(64,35,191); }
div.DivClassName
{
background-color: #4023BF;
}
.BgClassName
{
background-color: #4023BF;
}
</style>
border-color css
<style>
span { border-color: #4023BF; }
span { border-color: rgb(64,35,191); }
td.TdClassName
{
border-color: #4023BF;
}
.TagClassName
{
border-color: #4023BF;
}
</style>