Shades of Purple Heart #4635BE
Tints of Purple Heart #4635BE
RGB
CMYK
RGB Variations
Color information
#4635BE (or 0x4635BE) is known color: Purple Heart. HEX triplet: 46, 35 and BE. RGB value is (70,53,190). Sum of RGB (Red+Green+Blue) = 70+53+190=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #4635BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4635BE is #B9CA41. Grayscale: #494949. Windows color (decimal): -12175938 or 12465478. OLE color: 12465478.
HSL color Cylindrical-coordinate representation of color #4635BE: hue angle of 247.45º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4635BE is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 53 | 190 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.25 |
| HSL | 247.45º | 0.56% | 0.48% | - |
| HSV(B) | 247.45º | 0.72% | 0.75% | - |
| XYZ | 13.09 | 7.57 | 49.49 | - |
| YUV | 73.7 | 193.63 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 190 | 0.63 | 0.72 | 0 | 0.25 | 247.45 | 0.56 | 0.48 |
| Hex | 46 | 35 | BE | 3F | 48 | 0 | 19 | F7 | 38 | 30 |
| Octal | 106 | 65 | 276 | 77 | 110 | 0 | 31 | 367 | 70 | 60 |
| Binary | 1000110 | 110101 | 10111110 | 111111 | 1001000 | 0 | 11001 | 11110111 | 111000 | 110000 |
Color Harmonies of #4635BE
Complementary color
Monochromatic Colors of #4635BE
Black with #4635BE
Text Example
Text Example
White with #4635BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4635BE; }
p { color: rgb(70,53,190); }
H1.HeaderClassName
{
color: #4635BE;
}
.AnyTagClassName
{
color: #4635BE;
}
</style>
background-color css
<style>
a { background-color: #4635BE; }
a { background-color: rgb(70,53,190); }
div.DivClassName
{
background-color: #4635BE;
}
.BgClassName
{
background-color: #4635BE;
}
</style>
border-color css
<style>
span { border-color: #4635BE; }
span { border-color: rgb(70,53,190); }
td.TdClassName
{
border-color: #4635BE;
}
.TagClassName
{
border-color: #4635BE;
}
</style>