Shades of Purple Heart #4B14CC
Tints of Purple Heart #4B14CC
RGB
CMYK
RGB Variations
Color information
#4B14CC (or 0x4B14CC) is known color: Purple Heart. HEX triplet: 4B, 14 and CC. RGB value is (75,20,204). Sum of RGB (Red+Green+Blue) = 75+20+204=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B14CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B14CC is #B4EB33. Grayscale: #383838. Windows color (decimal): -11856692 or 13374539. OLE color: 13374539.
HSL color Cylindrical-coordinate representation of color #4B14CC: hue angle of 257.93º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B14CC is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 20 | 204 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.2 |
| HSL | 257.93º | 0.82% | 0.44% | - |
| HSV(B) | 257.93º | 0.9% | 0.8% | - |
| XYZ | 14.05 | 6.36 | 57.61 | - |
| YUV | 57.42 | 210.72 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 204 | 0.63 | 0.90 | 0 | 0.2 | 257.93 | 0.82 | 0.44 |
| Hex | 4B | 14 | CC | 3F | 5A | 0 | 14 | 102 | 52 | 2C |
| Octal | 113 | 24 | 314 | 77 | 132 | 0 | 24 | 402 | 122 | 54 |
| Binary | 1001011 | 10100 | 11001100 | 111111 | 1011010 | 0 | 10100 | 100000010 | 1010010 | 101100 |
Color Harmonies of #4B14CC
Complementary color
Monochromatic Colors of #4B14CC
Black with #4B14CC
Text Example
Text Example
White with #4B14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B14CC; }
p { color: rgb(75,20,204); }
H1.HeaderClassName
{
color: #4B14CC;
}
.AnyTagClassName
{
color: #4B14CC;
}
</style>
background-color css
<style>
a { background-color: #4B14CC; }
a { background-color: rgb(75,20,204); }
div.DivClassName
{
background-color: #4B14CC;
}
.BgClassName
{
background-color: #4B14CC;
}
</style>
border-color css
<style>
span { border-color: #4B14CC; }
span { border-color: rgb(75,20,204); }
td.TdClassName
{
border-color: #4B14CC;
}
.TagClassName
{
border-color: #4B14CC;
}
</style>