Shades of Purple Heart #4025BA
Tints of Purple Heart #4025BA
RGB
CMYK
RGB Variations
Color information
#4025BA (or 0x4025BA) is known color: Purple Heart. HEX triplet: 40, 25 and BA. RGB value is (64,37,186). Sum of RGB (Red+Green+Blue) = 64+37+186=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #4025BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4025BA is #BFDA45. Grayscale: #3D3D3D. Windows color (decimal): -12573254 or 12199232. OLE color: 12199232.
HSL color Cylindrical-coordinate representation of color #4025BA: hue angle of 250.87º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4025BA is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 37 | 186 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.27 |
| HSL | 250.87º | 0.67% | 0.44% | - |
| HSV(B) | 250.87º | 0.8% | 0.73% | - |
| XYZ | 11.64 | 5.96 | 46.99 | - |
| YUV | 62.06 | 197.95 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 186 | 0.66 | 0.80 | 0 | 0.27 | 250.87 | 0.67 | 0.44 |
| Hex | 40 | 25 | BA | 42 | 50 | 0 | 1B | FB | 43 | 2C |
| Octal | 100 | 45 | 272 | 102 | 120 | 0 | 33 | 373 | 103 | 54 |
| Binary | 1000000 | 100101 | 10111010 | 1000010 | 1010000 | 0 | 11011 | 11111011 | 1000011 | 101100 |
Color Harmonies of #4025BA
Complementary color
Monochromatic Colors of #4025BA
Black with #4025BA
Text Example
Text Example
White with #4025BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4025BA; }
p { color: rgb(64,37,186); }
H1.HeaderClassName
{
color: #4025BA;
}
.AnyTagClassName
{
color: #4025BA;
}
</style>
background-color css
<style>
a { background-color: #4025BA; }
a { background-color: rgb(64,37,186); }
div.DivClassName
{
background-color: #4025BA;
}
.BgClassName
{
background-color: #4025BA;
}
</style>
border-color css
<style>
span { border-color: #4025BA; }
span { border-color: rgb(64,37,186); }
td.TdClassName
{
border-color: #4025BA;
}
.TagClassName
{
border-color: #4025BA;
}
</style>