Shades of Purple Heart #4635BC
Tints of Purple Heart #4635BC
RGB
CMYK
RGB Variations
Color information
#4635BC (or 0x4635BC) is known color: Purple Heart. HEX triplet: 46, 35 and BC. RGB value is (70,53,188). Sum of RGB (Red+Green+Blue) = 70+53+188=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #4635BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4635BC is #B9CA43. Grayscale: #484848. Windows color (decimal): -12175940 or 12334406. OLE color: 12334406.
HSL color Cylindrical-coordinate representation of color #4635BC: hue angle of 247.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4635BC is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 53 | 188 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.26 |
| HSL | 247.56º | 0.56% | 0.47% | - |
| HSV(B) | 247.56º | 0.72% | 0.74% | - |
| XYZ | 12.88 | 7.48 | 48.34 | - |
| YUV | 73.47 | 192.63 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 188 | 0.63 | 0.72 | 0 | 0.26 | 247.56 | 0.56 | 0.47 |
| Hex | 46 | 35 | BC | 3F | 48 | 0 | 1A | F8 | 38 | 2F |
| Octal | 106 | 65 | 274 | 77 | 110 | 0 | 32 | 370 | 70 | 57 |
| Binary | 1000110 | 110101 | 10111100 | 111111 | 1001000 | 0 | 11010 | 11111000 | 111000 | 101111 |
Color Harmonies of #4635BC
Complementary color
Monochromatic Colors of #4635BC
Black with #4635BC
Text Example
Text Example
White with #4635BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4635BC; }
p { color: rgb(70,53,188); }
H1.HeaderClassName
{
color: #4635BC;
}
.AnyTagClassName
{
color: #4635BC;
}
</style>
background-color css
<style>
a { background-color: #4635BC; }
a { background-color: rgb(70,53,188); }
div.DivClassName
{
background-color: #4635BC;
}
.BgClassName
{
background-color: #4635BC;
}
</style>
border-color css
<style>
span { border-color: #4635BC; }
span { border-color: rgb(70,53,188); }
td.TdClassName
{
border-color: #4635BC;
}
.TagClassName
{
border-color: #4635BC;
}
</style>