Shades of Purple Heart #4624C1
Tints of Purple Heart #4624C1
RGB
CMYK
RGB Variations
Color information
#4624C1 (or 0x4624C1) is known color: Purple Heart. HEX triplet: 46, 24 and C1. RGB value is (70,36,193). Sum of RGB (Red+Green+Blue) = 70+36+193=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 193 (75.78% from 255 or 64.55% from 299); Max value from RGB is 193 - color contains mainly: blue. Hex color #4624C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4624C1 is #B9DB3E. Grayscale: #3F3F3F. Windows color (decimal): -12180287 or 12657734. OLE color: 12657734.
HSL color Cylindrical-coordinate representation of color #4624C1: hue angle of 252.99º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4624C1 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 36 | 193 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.24 |
| HSL | 252.99º | 0.69% | 0.45% | - |
| HSV(B) | 252.99º | 0.81% | 0.76% | - |
| XYZ | 12.78 | 6.41 | 51.02 | - |
| YUV | 64.06 | 200.76 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 193 | 0.64 | 0.81 | 0 | 0.24 | 252.99 | 0.69 | 0.45 |
| Hex | 46 | 24 | C1 | 40 | 51 | 0 | 18 | FD | 45 | 2D |
| Octal | 106 | 44 | 301 | 100 | 121 | 0 | 30 | 375 | 105 | 55 |
| Binary | 1000110 | 100100 | 11000001 | 1000000 | 1010001 | 0 | 11000 | 11111101 | 1000101 | 101101 |
Color Harmonies of #4624C1
Complementary color
Monochromatic Colors of #4624C1
Black with #4624C1
Text Example
Text Example
White with #4624C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4624C1; }
p { color: rgb(70,36,193); }
H1.HeaderClassName
{
color: #4624C1;
}
.AnyTagClassName
{
color: #4624C1;
}
</style>
background-color css
<style>
a { background-color: #4624C1; }
a { background-color: rgb(70,36,193); }
div.DivClassName
{
background-color: #4624C1;
}
.BgClassName
{
background-color: #4624C1;
}
</style>
border-color css
<style>
span { border-color: #4624C1; }
span { border-color: rgb(70,36,193); }
td.TdClassName
{
border-color: #4624C1;
}
.TagClassName
{
border-color: #4624C1;
}
</style>