Shades of Purple Heart #4630C4
Tints of Purple Heart #4630C4
RGB
CMYK
RGB Variations
Color information
#4630C4 (or 0x4630C4) is known color: Purple Heart. HEX triplet: 46, 30 and C4. RGB value is (70,48,196). Sum of RGB (Red+Green+Blue) = 70+48+196=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 196 (76.95% from 255 or 62.42% from 314); Max value from RGB is 196 - color contains mainly: blue. Hex color #4630C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630C4 is #B9CF3B. Grayscale: #464646. Windows color (decimal): -12177212 or 12857414. OLE color: 12857414.
HSL color Cylindrical-coordinate representation of color #4630C4: hue angle of 248.92º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4630C4 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 48 | 196 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.23 |
| HSL | 248.92º | 0.61% | 0.48% | - |
| HSV(B) | 248.92º | 0.76% | 0.77% | - |
| XYZ | 13.55 | 7.4 | 52.94 | - |
| YUV | 71.45 | 198.29 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 196 | 0.64 | 0.76 | 0 | 0.23 | 248.92 | 0.61 | 0.48 |
| Hex | 46 | 30 | C4 | 40 | 4C | 0 | 17 | F9 | 3D | 30 |
| Octal | 106 | 60 | 304 | 100 | 114 | 0 | 27 | 371 | 75 | 60 |
| Binary | 1000110 | 110000 | 11000100 | 1000000 | 1001100 | 0 | 10111 | 11111001 | 111101 | 110000 |
Color Harmonies of #4630C4
Complementary color
Monochromatic Colors of #4630C4
Black with #4630C4
Text Example
Text Example
White with #4630C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630C4; }
p { color: rgb(70,48,196); }
H1.HeaderClassName
{
color: #4630C4;
}
.AnyTagClassName
{
color: #4630C4;
}
</style>
background-color css
<style>
a { background-color: #4630C4; }
a { background-color: rgb(70,48,196); }
div.DivClassName
{
background-color: #4630C4;
}
.BgClassName
{
background-color: #4630C4;
}
</style>
border-color css
<style>
span { border-color: #4630C4; }
span { border-color: rgb(70,48,196); }
td.TdClassName
{
border-color: #4630C4;
}
.TagClassName
{
border-color: #4630C4;
}
</style>