Shades of Purple Heart #4636C1
Tints of Purple Heart #4636C1
RGB
CMYK
RGB Variations
Color information
#4636C1 (or 0x4636C1) is known color: Purple Heart. HEX triplet: 46, 36 and C1. RGB value is (70,54,193). Sum of RGB (Red+Green+Blue) = 70+54+193=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 193 (75.78% from 255 or 60.88% from 317); Max value from RGB is 193 - color contains mainly: blue. Hex color #4636C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4636C1 is #B9C93E. Grayscale: #4A4A4A. Windows color (decimal): -12175679 or 12662342. OLE color: 12662342.
HSL color Cylindrical-coordinate representation of color #4636C1: hue angle of 246.91º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4636C1 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 54 | 193 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.24 |
| HSL | 246.91º | 0.56% | 0.48% | - |
| HSV(B) | 246.91º | 0.72% | 0.76% | - |
| XYZ | 13.47 | 7.79 | 51.25 | - |
| YUV | 74.63 | 194.8 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 193 | 0.64 | 0.72 | 0 | 0.24 | 246.91 | 0.56 | 0.48 |
| Hex | 46 | 36 | C1 | 40 | 48 | 0 | 18 | F7 | 38 | 30 |
| Octal | 106 | 66 | 301 | 100 | 110 | 0 | 30 | 367 | 70 | 60 |
| Binary | 1000110 | 110110 | 11000001 | 1000000 | 1001000 | 0 | 11000 | 11110111 | 111000 | 110000 |
Color Harmonies of #4636C1
Complementary color
Monochromatic Colors of #4636C1
Black with #4636C1
Text Example
Text Example
White with #4636C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4636C1; }
p { color: rgb(70,54,193); }
H1.HeaderClassName
{
color: #4636C1;
}
.AnyTagClassName
{
color: #4636C1;
}
</style>
background-color css
<style>
a { background-color: #4636C1; }
a { background-color: rgb(70,54,193); }
div.DivClassName
{
background-color: #4636C1;
}
.BgClassName
{
background-color: #4636C1;
}
</style>
border-color css
<style>
span { border-color: #4636C1; }
span { border-color: rgb(70,54,193); }
td.TdClassName
{
border-color: #4636C1;
}
.TagClassName
{
border-color: #4636C1;
}
</style>