Shades of Purple Heart #4626C7
Tints of Purple Heart #4626C7
RGB
CMYK
RGB Variations
Color information
#4626C7 (or 0x4626C7) is known color: Purple Heart. HEX triplet: 46, 26 and C7. RGB value is (70,38,199). Sum of RGB (Red+Green+Blue) = 70+38+199=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 199 (78.12% from 255 or 64.82% from 307); Max value from RGB is 199 - color contains mainly: blue. Hex color #4626C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4626C7 is #B9D938. Grayscale: #414141. Windows color (decimal): -12179769 or 13051462. OLE color: 13051462.
HSL color Cylindrical-coordinate representation of color #4626C7: hue angle of 251.93º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4626C7 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 38 | 199 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.22 |
| HSL | 251.93º | 0.68% | 0.46% | - |
| HSV(B) | 251.93º | 0.81% | 0.78% | - |
| XYZ | 13.53 | 6.81 | 54.63 | - |
| YUV | 65.92 | 203.1 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 199 | 0.65 | 0.81 | 0 | 0.22 | 251.93 | 0.68 | 0.46 |
| Hex | 46 | 26 | C7 | 41 | 51 | 0 | 16 | FC | 44 | 2E |
| Octal | 106 | 46 | 307 | 101 | 121 | 0 | 26 | 374 | 104 | 56 |
| Binary | 1000110 | 100110 | 11000111 | 1000001 | 1010001 | 0 | 10110 | 11111100 | 1000100 | 101110 |
Color Harmonies of #4626C7
Complementary color
Monochromatic Colors of #4626C7
Black with #4626C7
Text Example
Text Example
White with #4626C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4626C7; }
p { color: rgb(70,38,199); }
H1.HeaderClassName
{
color: #4626C7;
}
.AnyTagClassName
{
color: #4626C7;
}
</style>
background-color css
<style>
a { background-color: #4626C7; }
a { background-color: rgb(70,38,199); }
div.DivClassName
{
background-color: #4626C7;
}
.BgClassName
{
background-color: #4626C7;
}
</style>
border-color css
<style>
span { border-color: #4626C7; }
span { border-color: rgb(70,38,199); }
td.TdClassName
{
border-color: #4626C7;
}
.TagClassName
{
border-color: #4626C7;
}
</style>