Shades of Purple Heart #4630C1
Tints of Purple Heart #4630C1
RGB
CMYK
RGB Variations
Color information
#4630C1 (or 0x4630C1) is known color: Purple Heart. HEX triplet: 46, 30 and C1. RGB value is (70,48,193). Sum of RGB (Red+Green+Blue) = 70+48+193=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 193 (75.78% from 255 or 62.06% from 311); Max value from RGB is 193 - color contains mainly: blue. Hex color #4630C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630C1 is #B9CF3E. Grayscale: #464646. Windows color (decimal): -12177215 or 12660806. OLE color: 12660806.
HSL color Cylindrical-coordinate representation of color #4630C1: hue angle of 249.1º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4630C1 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 48 | 193 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.24 |
| HSL | 249.1º | 0.6% | 0.47% | - |
| HSV(B) | 249.1º | 0.75% | 0.76% | - |
| XYZ | 13.21 | 7.27 | 51.16 | - |
| YUV | 71.11 | 196.79 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 193 | 0.64 | 0.75 | 0 | 0.24 | 249.1 | 0.6 | 0.47 |
| Hex | 46 | 30 | C1 | 40 | 4B | 0 | 18 | F9 | 3C | 2F |
| Octal | 106 | 60 | 301 | 100 | 113 | 0 | 30 | 371 | 74 | 57 |
| Binary | 1000110 | 110000 | 11000001 | 1000000 | 1001011 | 0 | 11000 | 11111001 | 111100 | 101111 |
Color Harmonies of #4630C1
Complementary color
Monochromatic Colors of #4630C1
Black with #4630C1
Text Example
Text Example
White with #4630C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630C1; }
p { color: rgb(70,48,193); }
H1.HeaderClassName
{
color: #4630C1;
}
.AnyTagClassName
{
color: #4630C1;
}
</style>
background-color css
<style>
a { background-color: #4630C1; }
a { background-color: rgb(70,48,193); }
div.DivClassName
{
background-color: #4630C1;
}
.BgClassName
{
background-color: #4630C1;
}
</style>
border-color css
<style>
span { border-color: #4630C1; }
span { border-color: rgb(70,48,193); }
td.TdClassName
{
border-color: #4630C1;
}
.TagClassName
{
border-color: #4630C1;
}
</style>