Shades of Purple Heart #402DCB
Tints of Purple Heart #402DCB
RGB
CMYK
RGB Variations
Color information
#402DCB (or 0x402DCB) is known color: Purple Heart. HEX triplet: 40, 2D and CB. RGB value is (64,45,203). Sum of RGB (Red+Green+Blue) = 64+45+203=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #402DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DCB is #BFD234. Grayscale: #444444. Windows color (decimal): -12571189 or 13315392. OLE color: 13315392.
HSL color Cylindrical-coordinate representation of color #402DCB: hue angle of 247.22º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402DCB is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 45 | 203 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.20 |
| HSL | 247.22º | 0.64% | 0.49% | - |
| HSV(B) | 247.22º | 0.78% | 0.8% | - |
| XYZ | 13.83 | 7.28 | 57.18 | - |
| YUV | 68.69 | 203.79 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 203 | 0.68 | 0.78 | 0 | 0.20 | 247.22 | 0.64 | 0.49 |
| Hex | 40 | 2D | CB | 44 | 4E | 0 | 14 | F7 | 40 | 31 |
| Octal | 100 | 55 | 313 | 104 | 116 | 0 | 24 | 367 | 100 | 61 |
| Binary | 1000000 | 101101 | 11001011 | 1000100 | 1001110 | 0 | 10100 | 11110111 | 1000000 | 110001 |
Color Harmonies of #402DCB
Complementary color
Monochromatic Colors of #402DCB
Black with #402DCB
Text Example
Text Example
White with #402DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402DCB; }
p { color: rgb(64,45,203); }
H1.HeaderClassName
{
color: #402DCB;
}
.AnyTagClassName
{
color: #402DCB;
}
</style>
background-color css
<style>
a { background-color: #402DCB; }
a { background-color: rgb(64,45,203); }
div.DivClassName
{
background-color: #402DCB;
}
.BgClassName
{
background-color: #402DCB;
}
</style>
border-color css
<style>
span { border-color: #402DCB; }
span { border-color: rgb(64,45,203); }
td.TdClassName
{
border-color: #402DCB;
}
.TagClassName
{
border-color: #402DCB;
}
</style>