Shades of Purple Heart #4B1DCC
Tints of Purple Heart #4B1DCC
RGB
CMYK
RGB Variations
Color information
#4B1DCC (or 0x4B1DCC) is known color: Purple Heart. HEX triplet: 4B, 1D and CC. RGB value is (75,29,204). Sum of RGB (Red+Green+Blue) = 75+29+204=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B1DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1DCC is #B4E233. Grayscale: #3E3E3E. Windows color (decimal): -11854388 or 13376843. OLE color: 13376843.
HSL color Cylindrical-coordinate representation of color #4B1DCC: hue angle of 255.77º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B1DCC is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 29 | 204 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.2 |
| HSL | 255.77º | 0.75% | 0.46% | - |
| HSV(B) | 255.77º | 0.86% | 0.8% | - |
| XYZ | 14.24 | 6.73 | 57.68 | - |
| YUV | 62.7 | 207.74 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 29 | 204 | 0.63 | 0.86 | 0 | 0.2 | 255.77 | 0.75 | 0.46 |
| Hex | 4B | 1D | CC | 3F | 56 | 0 | 14 | 100 | 4B | 2E |
| Octal | 113 | 35 | 314 | 77 | 126 | 0 | 24 | 400 | 113 | 56 |
| Binary | 1001011 | 11101 | 11001100 | 111111 | 1010110 | 0 | 10100 | 100000000 | 1001011 | 101110 |
Color Harmonies of #4B1DCC
Complementary color
Monochromatic Colors of #4B1DCC
Black with #4B1DCC
Text Example
Text Example
White with #4B1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1DCC; }
p { color: rgb(75,29,204); }
H1.HeaderClassName
{
color: #4B1DCC;
}
.AnyTagClassName
{
color: #4B1DCC;
}
</style>
background-color css
<style>
a { background-color: #4B1DCC; }
a { background-color: rgb(75,29,204); }
div.DivClassName
{
background-color: #4B1DCC;
}
.BgClassName
{
background-color: #4B1DCC;
}
</style>
border-color css
<style>
span { border-color: #4B1DCC; }
span { border-color: rgb(75,29,204); }
td.TdClassName
{
border-color: #4B1DCC;
}
.TagClassName
{
border-color: #4B1DCC;
}
</style>