Shades of Purple Heart #4628C6
Tints of Purple Heart #4628C6
RGB
CMYK
RGB Variations
Color information
#4628C6 (or 0x4628C6) is known color: Purple Heart. HEX triplet: 46, 28 and C6. RGB value is (70,40,198). Sum of RGB (Red+Green+Blue) = 70+40+198=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 198 (77.73% from 255 or 64.29% from 308); Max value from RGB is 198 - color contains mainly: blue. Hex color #4628C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4628C6 is #B9D739. Grayscale: #424242. Windows color (decimal): -12179258 or 12986438. OLE color: 12986438.
HSL color Cylindrical-coordinate representation of color #4628C6: hue angle of 251.39º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4628C6 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 40 | 198 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.22 |
| HSL | 251.39º | 0.66% | 0.47% | - |
| HSV(B) | 251.39º | 0.8% | 0.78% | - |
| XYZ | 13.48 | 6.9 | 54.05 | - |
| YUV | 66.98 | 201.94 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 198 | 0.65 | 0.80 | 0 | 0.22 | 251.39 | 0.66 | 0.47 |
| Hex | 46 | 28 | C6 | 41 | 50 | 0 | 16 | FB | 42 | 2F |
| Octal | 106 | 50 | 306 | 101 | 120 | 0 | 26 | 373 | 102 | 57 |
| Binary | 1000110 | 101000 | 11000110 | 1000001 | 1010000 | 0 | 10110 | 11111011 | 1000010 | 101111 |
Color Harmonies of #4628C6
Complementary color
Monochromatic Colors of #4628C6
Black with #4628C6
Text Example
Text Example
White with #4628C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4628C6; }
p { color: rgb(70,40,198); }
H1.HeaderClassName
{
color: #4628C6;
}
.AnyTagClassName
{
color: #4628C6;
}
</style>
background-color css
<style>
a { background-color: #4628C6; }
a { background-color: rgb(70,40,198); }
div.DivClassName
{
background-color: #4628C6;
}
.BgClassName
{
background-color: #4628C6;
}
</style>
border-color css
<style>
span { border-color: #4628C6; }
span { border-color: rgb(70,40,198); }
td.TdClassName
{
border-color: #4628C6;
}
.TagClassName
{
border-color: #4628C6;
}
</style>