Shades of Purple Heart #4025CA
Tints of Purple Heart #4025CA
RGB
CMYK
RGB Variations
Color information
#4025CA (or 0x4025CA) is known color: Purple Heart. HEX triplet: 40, 25 and CA. RGB value is (64,37,202). Sum of RGB (Red+Green+Blue) = 64+37+202=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #4025CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4025CA is #BFDA35. Grayscale: #3F3F3F. Windows color (decimal): -12573238 or 13247808. OLE color: 13247808.
HSL color Cylindrical-coordinate representation of color #4025CA: hue angle of 249.82º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4025CA is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 37 | 202 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.21 |
| HSL | 249.82º | 0.69% | 0.47% | - |
| HSV(B) | 249.82º | 0.82% | 0.79% | - |
| XYZ | 13.44 | 6.68 | 56.46 | - |
| YUV | 63.88 | 205.95 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 202 | 0.68 | 0.82 | 0 | 0.21 | 249.82 | 0.69 | 0.47 |
| Hex | 40 | 25 | CA | 44 | 52 | 0 | 15 | FA | 45 | 2F |
| Octal | 100 | 45 | 312 | 104 | 122 | 0 | 25 | 372 | 105 | 57 |
| Binary | 1000000 | 100101 | 11001010 | 1000100 | 1010010 | 0 | 10101 | 11111010 | 1000101 | 101111 |
Color Harmonies of #4025CA
Complementary color
Monochromatic Colors of #4025CA
Black with #4025CA
Text Example
Text Example
White with #4025CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4025CA; }
p { color: rgb(64,37,202); }
H1.HeaderClassName
{
color: #4025CA;
}
.AnyTagClassName
{
color: #4025CA;
}
</style>
background-color css
<style>
a { background-color: #4025CA; }
a { background-color: rgb(64,37,202); }
div.DivClassName
{
background-color: #4025CA;
}
.BgClassName
{
background-color: #4025CA;
}
</style>
border-color css
<style>
span { border-color: #4025CA; }
span { border-color: rgb(64,37,202); }
td.TdClassName
{
border-color: #4025CA;
}
.TagClassName
{
border-color: #4025CA;
}
</style>