Shades of Purple Heart #401CB3
Tints of Purple Heart #401CB3
RGB
CMYK
RGB Variations
Color information
#401CB3 (or 0x401CB3) is known color: Purple Heart. HEX triplet: 40, 1C and B3. RGB value is (64,28,179). Sum of RGB (Red+Green+Blue) = 64+28+179=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 179 (70.31% from 255 or 66.05% from 271); Max value from RGB is 179 - color contains mainly: blue. Hex color #401CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CB3 is #BFE34C. Grayscale: #373737. Windows color (decimal): -12575565 or 11738176. OLE color: 11738176.
HSL color Cylindrical-coordinate representation of color #401CB3: hue angle of 254.3º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401CB3 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 28 | 179 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.30 |
| HSL | 254.3º | 0.73% | 0.41% | - |
| HSV(B) | 254.3º | 0.84% | 0.7% | - |
| XYZ | 10.67 | 5.18 | 43.08 | - |
| YUV | 55.98 | 197.43 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 179 | 0.64 | 0.84 | 0 | 0.30 | 254.3 | 0.73 | 0.41 |
| Hex | 40 | 1C | B3 | 40 | 54 | 0 | 1E | FE | 49 | 29 |
| Octal | 100 | 34 | 263 | 100 | 124 | 0 | 36 | 376 | 111 | 51 |
| Binary | 1000000 | 11100 | 10110011 | 1000000 | 1010100 | 0 | 11110 | 11111110 | 1001001 | 101001 |
Color Harmonies of #401CB3
Complementary color
Monochromatic Colors of #401CB3
Black with #401CB3
Text Example
Text Example
White with #401CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401CB3; }
p { color: rgb(64,28,179); }
H1.HeaderClassName
{
color: #401CB3;
}
.AnyTagClassName
{
color: #401CB3;
}
</style>
background-color css
<style>
a { background-color: #401CB3; }
a { background-color: rgb(64,28,179); }
div.DivClassName
{
background-color: #401CB3;
}
.BgClassName
{
background-color: #401CB3;
}
</style>
border-color css
<style>
span { border-color: #401CB3; }
span { border-color: rgb(64,28,179); }
td.TdClassName
{
border-color: #401CB3;
}
.TagClassName
{
border-color: #401CB3;
}
</style>