Shades of Purple Heart #4A1CCB
Tints of Purple Heart #4A1CCB
RGB
CMYK
RGB Variations
Color information
#4A1CCB (or 0x4A1CCB) is known color: Purple Heart. HEX triplet: 4A, 1C and CB. RGB value is (74,28,203). Sum of RGB (Red+Green+Blue) = 74+28+203=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A1CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1CCB is #B5E334. Grayscale: #3D3D3D. Windows color (decimal): -11920181 or 13311050. OLE color: 13311050.
HSL color Cylindrical-coordinate representation of color #4A1CCB: hue angle of 255.77º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A1CCB is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 28 | 203 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.20 |
| HSL | 255.77º | 0.76% | 0.45% | - |
| HSV(B) | 255.77º | 0.86% | 0.8% | - |
| XYZ | 14.02 | 6.6 | 57.03 | - |
| YUV | 61.7 | 207.74 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 28 | 203 | 0.64 | 0.86 | 0 | 0.20 | 255.77 | 0.76 | 0.45 |
| Hex | 4A | 1C | CB | 40 | 56 | 0 | 14 | 100 | 4C | 2D |
| Octal | 112 | 34 | 313 | 100 | 126 | 0 | 24 | 400 | 114 | 55 |
| Binary | 1001010 | 11100 | 11001011 | 1000000 | 1010110 | 0 | 10100 | 100000000 | 1001100 | 101101 |
Color Harmonies of #4A1CCB
Complementary color
Monochromatic Colors of #4A1CCB
Black with #4A1CCB
Text Example
Text Example
White with #4A1CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1CCB; }
p { color: rgb(74,28,203); }
H1.HeaderClassName
{
color: #4A1CCB;
}
.AnyTagClassName
{
color: #4A1CCB;
}
</style>
background-color css
<style>
a { background-color: #4A1CCB; }
a { background-color: rgb(74,28,203); }
div.DivClassName
{
background-color: #4A1CCB;
}
.BgClassName
{
background-color: #4A1CCB;
}
</style>
border-color css
<style>
span { border-color: #4A1CCB; }
span { border-color: rgb(74,28,203); }
td.TdClassName
{
border-color: #4A1CCB;
}
.TagClassName
{
border-color: #4A1CCB;
}
</style>