Shades of Purple Heart #402BCE
Tints of Purple Heart #402BCE
RGB
CMYK
RGB Variations
Color information
#402BCE (or 0x402BCE) is known color: Purple Heart. HEX triplet: 40, 2B and CE. RGB value is (64,43,206). Sum of RGB (Red+Green+Blue) = 64+43+206=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #402BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BCE is #BFD431. Grayscale: #434343. Windows color (decimal): -12571698 or 13511488. OLE color: 13511488.
HSL color Cylindrical-coordinate representation of color #402BCE: hue angle of 247.73º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402BCE is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 43 | 206 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.19 |
| HSL | 247.73º | 0.65% | 0.49% | - |
| HSV(B) | 247.73º | 0.79% | 0.81% | - |
| XYZ | 14.12 | 7.27 | 59.05 | - |
| YUV | 67.86 | 205.96 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 206 | 0.69 | 0.79 | 0 | 0.19 | 247.73 | 0.65 | 0.49 |
| Hex | 40 | 2B | CE | 45 | 4F | 0 | 13 | F8 | 41 | 31 |
| Octal | 100 | 53 | 316 | 105 | 117 | 0 | 23 | 370 | 101 | 61 |
| Binary | 1000000 | 101011 | 11001110 | 1000101 | 1001111 | 0 | 10011 | 11111000 | 1000001 | 110001 |
Color Harmonies of #402BCE
Complementary color
Monochromatic Colors of #402BCE
Black with #402BCE
Text Example
Text Example
White with #402BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402BCE; }
p { color: rgb(64,43,206); }
H1.HeaderClassName
{
color: #402BCE;
}
.AnyTagClassName
{
color: #402BCE;
}
</style>
background-color css
<style>
a { background-color: #402BCE; }
a { background-color: rgb(64,43,206); }
div.DivClassName
{
background-color: #402BCE;
}
.BgClassName
{
background-color: #402BCE;
}
</style>
border-color css
<style>
span { border-color: #402BCE; }
span { border-color: rgb(64,43,206); }
td.TdClassName
{
border-color: #402BCE;
}
.TagClassName
{
border-color: #402BCE;
}
</style>