Shades of Purple Heart #4B1ACF
Tints of Purple Heart #4B1ACF
RGB
CMYK
RGB Variations
Color information
#4B1ACF (or 0x4B1ACF) is known color: Purple Heart. HEX triplet: 4B, 1A and CF. RGB value is (75,26,207). Sum of RGB (Red+Green+Blue) = 75+26+207=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B1ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1ACF is #B4E530. Grayscale: #3C3C3C. Windows color (decimal): -11855153 or 13572683. OLE color: 13572683.
HSL color Cylindrical-coordinate representation of color #4B1ACF: hue angle of 256.24º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B1ACF is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 26 | 207 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.19 |
| HSL | 256.24º | 0.78% | 0.46% | - |
| HSV(B) | 256.24º | 0.87% | 0.81% | - |
| XYZ | 14.53 | 6.74 | 59.57 | - |
| YUV | 61.29 | 210.23 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 26 | 207 | 0.64 | 0.87 | 0 | 0.19 | 256.24 | 0.78 | 0.46 |
| Hex | 4B | 1A | CF | 40 | 57 | 0 | 13 | 100 | 4E | 2E |
| Octal | 113 | 32 | 317 | 100 | 127 | 0 | 23 | 400 | 116 | 56 |
| Binary | 1001011 | 11010 | 11001111 | 1000000 | 1010111 | 0 | 10011 | 100000000 | 1001110 | 101110 |
Color Harmonies of #4B1ACF
Complementary color
Monochromatic Colors of #4B1ACF
Black with #4B1ACF
Text Example
Text Example
White with #4B1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1ACF; }
p { color: rgb(75,26,207); }
H1.HeaderClassName
{
color: #4B1ACF;
}
.AnyTagClassName
{
color: #4B1ACF;
}
</style>
background-color css
<style>
a { background-color: #4B1ACF; }
a { background-color: rgb(75,26,207); }
div.DivClassName
{
background-color: #4B1ACF;
}
.BgClassName
{
background-color: #4B1ACF;
}
</style>
border-color css
<style>
span { border-color: #4B1ACF; }
span { border-color: rgb(75,26,207); }
td.TdClassName
{
border-color: #4B1ACF;
}
.TagClassName
{
border-color: #4B1ACF;
}
</style>