Shades of Purple Heart #4635B8
Tints of Purple Heart #4635B8
RGB
CMYK
RGB Variations
Color information
#4635B8 (or 0x4635B8) is known color: Purple Heart. HEX triplet: 46, 35 and B8. RGB value is (70,53,184). Sum of RGB (Red+Green+Blue) = 70+53+184=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 184 (72.27% from 255 or 59.93% from 307); Max value from RGB is 184 - color contains mainly: blue. Hex color #4635B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4635B8 is #B9CA47. Grayscale: #484848. Windows color (decimal): -12175944 or 12072262. OLE color: 12072262.
HSL color Cylindrical-coordinate representation of color #4635B8: hue angle of 247.79º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4635B8 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 53 | 184 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.28 |
| HSL | 247.79º | 0.55% | 0.46% | - |
| HSV(B) | 247.79º | 0.71% | 0.72% | - |
| XYZ | 12.45 | 7.31 | 46.1 | - |
| YUV | 73.02 | 190.63 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 184 | 0.62 | 0.71 | 0 | 0.28 | 247.79 | 0.55 | 0.46 |
| Hex | 46 | 35 | B8 | 3E | 47 | 0 | 1C | F8 | 37 | 2E |
| Octal | 106 | 65 | 270 | 76 | 107 | 0 | 34 | 370 | 67 | 56 |
| Binary | 1000110 | 110101 | 10111000 | 111110 | 1000111 | 0 | 11100 | 11111000 | 110111 | 101110 |
Color Harmonies of #4635B8
Complementary color
Monochromatic Colors of #4635B8
Black with #4635B8
Text Example
Text Example
White with #4635B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4635B8; }
p { color: rgb(70,53,184); }
H1.HeaderClassName
{
color: #4635B8;
}
.AnyTagClassName
{
color: #4635B8;
}
</style>
background-color css
<style>
a { background-color: #4635B8; }
a { background-color: rgb(70,53,184); }
div.DivClassName
{
background-color: #4635B8;
}
.BgClassName
{
background-color: #4635B8;
}
</style>
border-color css
<style>
span { border-color: #4635B8; }
span { border-color: rgb(70,53,184); }
td.TdClassName
{
border-color: #4635B8;
}
.TagClassName
{
border-color: #4635B8;
}
</style>