Shades of Purple Heart #4621CB
Tints of Purple Heart #4621CB
RGB
CMYK
RGB Variations
Color information
#4621CB (or 0x4621CB) is known color: Purple Heart. HEX triplet: 46, 21 and CB. RGB value is (70,33,203). Sum of RGB (Red+Green+Blue) = 70+33+203=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #4621CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4621CB is #B9DE34. Grayscale: #3E3E3E. Windows color (decimal): -12181045 or 13312326. OLE color: 13312326.
HSL color Cylindrical-coordinate representation of color #4621CB: hue angle of 253.06º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4621CB is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 33 | 203 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.20 |
| HSL | 253.06º | 0.72% | 0.46% | - |
| HSV(B) | 253.06º | 0.84% | 0.8% | - |
| XYZ | 13.85 | 6.7 | 57.06 | - |
| YUV | 63.44 | 206.76 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 203 | 0.66 | 0.84 | 0 | 0.20 | 253.06 | 0.72 | 0.46 |
| Hex | 46 | 21 | CB | 42 | 54 | 0 | 14 | FD | 48 | 2E |
| Octal | 106 | 41 | 313 | 102 | 124 | 0 | 24 | 375 | 110 | 56 |
| Binary | 1000110 | 100001 | 11001011 | 1000010 | 1010100 | 0 | 10100 | 11111101 | 1001000 | 101110 |
Color Harmonies of #4621CB
Complementary color
Monochromatic Colors of #4621CB
Black with #4621CB
Text Example
Text Example
White with #4621CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4621CB; }
p { color: rgb(70,33,203); }
H1.HeaderClassName
{
color: #4621CB;
}
.AnyTagClassName
{
color: #4621CB;
}
</style>
background-color css
<style>
a { background-color: #4621CB; }
a { background-color: rgb(70,33,203); }
div.DivClassName
{
background-color: #4621CB;
}
.BgClassName
{
background-color: #4621CB;
}
</style>
border-color css
<style>
span { border-color: #4621CB; }
span { border-color: rgb(70,33,203); }
td.TdClassName
{
border-color: #4621CB;
}
.TagClassName
{
border-color: #4621CB;
}
</style>