Shades of Purple Heart #4621CC
Tints of Purple Heart #4621CC
RGB
CMYK
RGB Variations
Color information
#4621CC (or 0x4621CC) is known color: Purple Heart. HEX triplet: 46, 21 and CC. RGB value is (70,33,204). Sum of RGB (Red+Green+Blue) = 70+33+204=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #4621CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4621CC is #B9DE33. Grayscale: #3E3E3E. Windows color (decimal): -12181044 or 13377862. OLE color: 13377862.
HSL color Cylindrical-coordinate representation of color #4621CC: hue angle of 252.98º 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 #4621CC is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 33 | 204 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.2 |
| HSL | 252.98º | 0.72% | 0.46% | - |
| HSV(B) | 252.98º | 0.84% | 0.8% | - |
| XYZ | 13.97 | 6.75 | 57.69 | - |
| YUV | 63.56 | 207.26 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 204 | 0.66 | 0.84 | 0 | 0.2 | 252.98 | 0.72 | 0.46 |
| Hex | 46 | 21 | CC | 42 | 54 | 0 | 14 | FD | 48 | 2E |
| Octal | 106 | 41 | 314 | 102 | 124 | 0 | 24 | 375 | 110 | 56 |
| Binary | 1000110 | 100001 | 11001100 | 1000010 | 1010100 | 0 | 10100 | 11111101 | 1001000 | 101110 |
Color Harmonies of #4621CC
Complementary color
Monochromatic Colors of #4621CC
Black with #4621CC
Text Example
Text Example
White with #4621CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4621CC; }
p { color: rgb(70,33,204); }
H1.HeaderClassName
{
color: #4621CC;
}
.AnyTagClassName
{
color: #4621CC;
}
</style>
background-color css
<style>
a { background-color: #4621CC; }
a { background-color: rgb(70,33,204); }
div.DivClassName
{
background-color: #4621CC;
}
.BgClassName
{
background-color: #4621CC;
}
</style>
border-color css
<style>
span { border-color: #4621CC; }
span { border-color: rgb(70,33,204); }
td.TdClassName
{
border-color: #4621CC;
}
.TagClassName
{
border-color: #4621CC;
}
</style>