Shades of Purple Heart #4636BB
Tints of Purple Heart #4636BB
RGB
CMYK
RGB Variations
Color information
#4636BB (or 0x4636BB) is known color: Purple Heart. HEX triplet: 46, 36 and BB. RGB value is (70,54,187). Sum of RGB (Red+Green+Blue) = 70+54+187=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #4636BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4636BB is #B9C944. Grayscale: #494949. Windows color (decimal): -12175685 or 12269126. OLE color: 12269126.
HSL color Cylindrical-coordinate representation of color #4636BB: hue angle of 247.22º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4636BB is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 54 | 187 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.27 |
| HSL | 247.22º | 0.55% | 0.47% | - |
| HSV(B) | 247.22º | 0.71% | 0.73% | - |
| XYZ | 12.81 | 7.53 | 47.79 | - |
| YUV | 73.95 | 191.8 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 187 | 0.63 | 0.71 | 0 | 0.27 | 247.22 | 0.55 | 0.47 |
| Hex | 46 | 36 | BB | 3F | 47 | 0 | 1B | F7 | 37 | 2F |
| Octal | 106 | 66 | 273 | 77 | 107 | 0 | 33 | 367 | 67 | 57 |
| Binary | 1000110 | 110110 | 10111011 | 111111 | 1000111 | 0 | 11011 | 11110111 | 110111 | 101111 |
Color Harmonies of #4636BB
Complementary color
Monochromatic Colors of #4636BB
Black with #4636BB
Text Example
Text Example
White with #4636BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4636BB; }
p { color: rgb(70,54,187); }
H1.HeaderClassName
{
color: #4636BB;
}
.AnyTagClassName
{
color: #4636BB;
}
</style>
background-color css
<style>
a { background-color: #4636BB; }
a { background-color: rgb(70,54,187); }
div.DivClassName
{
background-color: #4636BB;
}
.BgClassName
{
background-color: #4636BB;
}
</style>
border-color css
<style>
span { border-color: #4636BB; }
span { border-color: rgb(70,54,187); }
td.TdClassName
{
border-color: #4636BB;
}
.TagClassName
{
border-color: #4636BB;
}
</style>