Shades of Purple Heart #4B14CF
Tints of Purple Heart #4B14CF
RGB
CMYK
RGB Variations
Color information
#4B14CF (or 0x4B14CF) is known color: Purple Heart. HEX triplet: 4B, 14 and CF. RGB value is (75,20,207). Sum of RGB (Red+Green+Blue) = 75+20+207=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #4B14CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B14CF is #B4EB30. Grayscale: #393939. Windows color (decimal): -11856689 or 13571147. OLE color: 13571147.
HSL color Cylindrical-coordinate representation of color #4B14CF: hue angle of 257.65º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B14CF is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 20 | 207 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.19 |
| HSL | 257.65º | 0.82% | 0.45% | - |
| HSV(B) | 257.65º | 0.9% | 0.81% | - |
| XYZ | 14.41 | 6.5 | 59.53 | - |
| YUV | 57.76 | 212.22 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 207 | 0.64 | 0.90 | 0 | 0.19 | 257.65 | 0.82 | 0.45 |
| Hex | 4B | 14 | CF | 40 | 5A | 0 | 13 | 102 | 52 | 2D |
| Octal | 113 | 24 | 317 | 100 | 132 | 0 | 23 | 402 | 122 | 55 |
| Binary | 1001011 | 10100 | 11001111 | 1000000 | 1011010 | 0 | 10011 | 100000010 | 1010010 | 101101 |
Color Harmonies of #4B14CF
Complementary color
Monochromatic Colors of #4B14CF
Black with #4B14CF
Text Example
Text Example
White with #4B14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B14CF; }
p { color: rgb(75,20,207); }
H1.HeaderClassName
{
color: #4B14CF;
}
.AnyTagClassName
{
color: #4B14CF;
}
</style>
background-color css
<style>
a { background-color: #4B14CF; }
a { background-color: rgb(75,20,207); }
div.DivClassName
{
background-color: #4B14CF;
}
.BgClassName
{
background-color: #4B14CF;
}
</style>
border-color css
<style>
span { border-color: #4B14CF; }
span { border-color: rgb(75,20,207); }
td.TdClassName
{
border-color: #4B14CF;
}
.TagClassName
{
border-color: #4B14CF;
}
</style>