Shades of Purple Heart #4025CB
Tints of Purple Heart #4025CB
RGB
CMYK
RGB Variations
Color information
#4025CB (or 0x4025CB) is known color: Purple Heart. HEX triplet: 40, 25 and CB. RGB value is (64,37,203). Sum of RGB (Red+Green+Blue) = 64+37+203=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #4025CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4025CB is #BFDA34. Grayscale: #3F3F3F. Windows color (decimal): -12573237 or 13313344. OLE color: 13313344.
HSL color Cylindrical-coordinate representation of color #4025CB: hue angle of 249.76º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4025CB is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 37 | 203 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.20 |
| HSL | 249.76º | 0.69% | 0.47% | - |
| HSV(B) | 249.76º | 0.82% | 0.8% | - |
| XYZ | 13.56 | 6.72 | 57.08 | - |
| YUV | 64 | 206.45 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 203 | 0.68 | 0.82 | 0 | 0.20 | 249.76 | 0.69 | 0.47 |
| Hex | 40 | 25 | CB | 44 | 52 | 0 | 14 | FA | 45 | 2F |
| Octal | 100 | 45 | 313 | 104 | 122 | 0 | 24 | 372 | 105 | 57 |
| Binary | 1000000 | 100101 | 11001011 | 1000100 | 1010010 | 0 | 10100 | 11111010 | 1000101 | 101111 |
Color Harmonies of #4025CB
Complementary color
Monochromatic Colors of #4025CB
Black with #4025CB
Text Example
Text Example
White with #4025CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4025CB; }
p { color: rgb(64,37,203); }
H1.HeaderClassName
{
color: #4025CB;
}
.AnyTagClassName
{
color: #4025CB;
}
</style>
background-color css
<style>
a { background-color: #4025CB; }
a { background-color: rgb(64,37,203); }
div.DivClassName
{
background-color: #4025CB;
}
.BgClassName
{
background-color: #4025CB;
}
</style>
border-color css
<style>
span { border-color: #4025CB; }
span { border-color: rgb(64,37,203); }
td.TdClassName
{
border-color: #4025CB;
}
.TagClassName
{
border-color: #4025CB;
}
</style>