Shades of Purple Heart #4F25CB
Tints of Purple Heart #4F25CB
RGB
CMYK
RGB Variations
Color information
#4F25CB (or 0x4F25CB) is known color: Purple Heart. HEX triplet: 4F, 25 and CB. RGB value is (79,37,203). Sum of RGB (Red+Green+Blue) = 79+37+203=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F25CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F25CB is #B0DA34. Grayscale: #434343. Windows color (decimal): -11590197 or 13313359. OLE color: 13313359.
HSL color Cylindrical-coordinate representation of color #4F25CB: hue angle of 255.18º 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 #4F25CB is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 37 | 203 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.20 |
| HSL | 255.18º | 0.69% | 0.47% | - |
| HSV(B) | 255.18º | 0.82% | 0.8% | - |
| XYZ | 14.67 | 7.3 | 57.14 | - |
| YUV | 68.48 | 203.91 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 37 | 203 | 0.61 | 0.82 | 0 | 0.20 | 255.18 | 0.69 | 0.47 |
| Hex | 4F | 25 | CB | 3D | 52 | 0 | 14 | FF | 45 | 2F |
| Octal | 117 | 45 | 313 | 75 | 122 | 0 | 24 | 377 | 105 | 57 |
| Binary | 1001111 | 100101 | 11001011 | 111101 | 1010010 | 0 | 10100 | 11111111 | 1000101 | 101111 |
Color Harmonies of #4F25CB
Complementary color
Monochromatic Colors of #4F25CB
Black with #4F25CB
Text Example
Text Example
White with #4F25CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F25CB; }
p { color: rgb(79,37,203); }
H1.HeaderClassName
{
color: #4F25CB;
}
.AnyTagClassName
{
color: #4F25CB;
}
</style>
background-color css
<style>
a { background-color: #4F25CB; }
a { background-color: rgb(79,37,203); }
div.DivClassName
{
background-color: #4F25CB;
}
.BgClassName
{
background-color: #4F25CB;
}
</style>
border-color css
<style>
span { border-color: #4F25CB; }
span { border-color: rgb(79,37,203); }
td.TdClassName
{
border-color: #4F25CB;
}
.TagClassName
{
border-color: #4F25CB;
}
</style>