Shades of Purple Heart #4A1FCB
Tints of Purple Heart #4A1FCB
RGB
CMYK
RGB Variations
Color information
#4A1FCB (or 0x4A1FCB) is known color: Purple Heart. HEX triplet: 4A, 1F and CB. RGB value is (74,31,203). Sum of RGB (Red+Green+Blue) = 74+31+203=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A1FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1FCB is #B5E034. Grayscale: #3E3E3E. Windows color (decimal): -11919413 or 13311818. OLE color: 13311818.
HSL color Cylindrical-coordinate representation of color #4A1FCB: hue angle of 255º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1FCB is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 31 | 203 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.20 |
| HSL | 255º | 0.74% | 0.46% | - |
| HSV(B) | 255º | 0.85% | 0.8% | - |
| XYZ | 14.09 | 6.75 | 57.06 | - |
| YUV | 63.47 | 206.75 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 203 | 0.64 | 0.85 | 0 | 0.20 | 255 | 0.74 | 0.46 |
| Hex | 4A | 1F | CB | 40 | 55 | 0 | 14 | FF | 4A | 2E |
| Octal | 112 | 37 | 313 | 100 | 125 | 0 | 24 | 377 | 112 | 56 |
| Binary | 1001010 | 11111 | 11001011 | 1000000 | 1010101 | 0 | 10100 | 11111111 | 1001010 | 101110 |
Color Harmonies of #4A1FCB
Complementary color
Monochromatic Colors of #4A1FCB
Black with #4A1FCB
Text Example
Text Example
White with #4A1FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1FCB; }
p { color: rgb(74,31,203); }
H1.HeaderClassName
{
color: #4A1FCB;
}
.AnyTagClassName
{
color: #4A1FCB;
}
</style>
background-color css
<style>
a { background-color: #4A1FCB; }
a { background-color: rgb(74,31,203); }
div.DivClassName
{
background-color: #4A1FCB;
}
.BgClassName
{
background-color: #4A1FCB;
}
</style>
border-color css
<style>
span { border-color: #4A1FCB; }
span { border-color: rgb(74,31,203); }
td.TdClassName
{
border-color: #4A1FCB;
}
.TagClassName
{
border-color: #4A1FCB;
}
</style>