Shades of Purple Heart #4624CF
Tints of Purple Heart #4624CF
RGB
CMYK
RGB Variations
Color information
#4624CF (or 0x4624CF) is known color: Purple Heart. HEX triplet: 46, 24 and CF. RGB value is (70,36,207). Sum of RGB (Red+Green+Blue) = 70+36+207=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #4624CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4624CF is #B9DB30. Grayscale: #414141. Windows color (decimal): -12180273 or 13575238. OLE color: 13575238.
HSL color Cylindrical-coordinate representation of color #4624CF: hue angle of 251.93º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4624CF is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 36 | 207 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.19 |
| HSL | 251.93º | 0.7% | 0.48% | - |
| HSV(B) | 251.93º | 0.83% | 0.81% | - |
| XYZ | 14.42 | 7.07 | 59.64 | - |
| YUV | 65.66 | 207.76 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 207 | 0.66 | 0.83 | 0 | 0.19 | 251.93 | 0.7 | 0.48 |
| Hex | 46 | 24 | CF | 42 | 53 | 0 | 13 | FC | 46 | 30 |
| Octal | 106 | 44 | 317 | 102 | 123 | 0 | 23 | 374 | 106 | 60 |
| Binary | 1000110 | 100100 | 11001111 | 1000010 | 1010011 | 0 | 10011 | 11111100 | 1000110 | 110000 |
Color Harmonies of #4624CF
Complementary color
Monochromatic Colors of #4624CF
Black with #4624CF
Text Example
Text Example
White with #4624CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4624CF; }
p { color: rgb(70,36,207); }
H1.HeaderClassName
{
color: #4624CF;
}
.AnyTagClassName
{
color: #4624CF;
}
</style>
background-color css
<style>
a { background-color: #4624CF; }
a { background-color: rgb(70,36,207); }
div.DivClassName
{
background-color: #4624CF;
}
.BgClassName
{
background-color: #4624CF;
}
</style>
border-color css
<style>
span { border-color: #4624CF; }
span { border-color: rgb(70,36,207); }
td.TdClassName
{
border-color: #4624CF;
}
.TagClassName
{
border-color: #4624CF;
}
</style>