Shades of Purple Heart #4621BC
Tints of Purple Heart #4621BC
RGB
CMYK
RGB Variations
Color information
#4621BC (or 0x4621BC) is known color: Purple Heart. HEX triplet: 46, 21 and BC. RGB value is (70,33,188). Sum of RGB (Red+Green+Blue) = 70+33+188=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #4621BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4621BC is #B9DE43. Grayscale: #3D3D3D. Windows color (decimal): -12181060 or 12329286. OLE color: 12329286.
HSL color Cylindrical-coordinate representation of color #4621BC: hue angle of 254.32º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4621BC is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 33 | 188 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.26 |
| HSL | 254.32º | 0.7% | 0.43% | - |
| HSV(B) | 254.32º | 0.82% | 0.74% | - |
| XYZ | 12.15 | 6.02 | 48.1 | - |
| YUV | 61.73 | 199.26 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 188 | 0.63 | 0.82 | 0 | 0.26 | 254.32 | 0.7 | 0.43 |
| Hex | 46 | 21 | BC | 3F | 52 | 0 | 1A | FE | 46 | 2B |
| Octal | 106 | 41 | 274 | 77 | 122 | 0 | 32 | 376 | 106 | 53 |
| Binary | 1000110 | 100001 | 10111100 | 111111 | 1010010 | 0 | 11010 | 11111110 | 1000110 | 101011 |
Color Harmonies of #4621BC
Complementary color
Monochromatic Colors of #4621BC
Black with #4621BC
Text Example
Text Example
White with #4621BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4621BC; }
p { color: rgb(70,33,188); }
H1.HeaderClassName
{
color: #4621BC;
}
.AnyTagClassName
{
color: #4621BC;
}
</style>
background-color css
<style>
a { background-color: #4621BC; }
a { background-color: rgb(70,33,188); }
div.DivClassName
{
background-color: #4621BC;
}
.BgClassName
{
background-color: #4621BC;
}
</style>
border-color css
<style>
span { border-color: #4621BC; }
span { border-color: rgb(70,33,188); }
td.TdClassName
{
border-color: #4621BC;
}
.TagClassName
{
border-color: #4621BC;
}
</style>