Shades of Purple Heart #4630CC
Tints of Purple Heart #4630CC
RGB
CMYK
RGB Variations
Color information
#4630CC (or 0x4630CC) is known color: Purple Heart. HEX triplet: 46, 30 and CC. RGB value is (70,48,204). Sum of RGB (Red+Green+Blue) = 70+48+204=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #4630CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630CC is #B9CF33. Grayscale: #474747. Windows color (decimal): -12177204 or 13381702. OLE color: 13381702.
HSL color Cylindrical-coordinate representation of color #4630CC: hue angle of 248.46º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4630CC is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 48 | 204 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.2 |
| HSL | 248.46º | 0.62% | 0.49% | - |
| HSV(B) | 248.46º | 0.76% | 0.8% | - |
| XYZ | 14.48 | 7.78 | 57.86 | - |
| YUV | 72.36 | 202.29 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 204 | 0.66 | 0.76 | 0 | 0.2 | 248.46 | 0.62 | 0.49 |
| Hex | 46 | 30 | CC | 42 | 4C | 0 | 14 | F8 | 3E | 31 |
| Octal | 106 | 60 | 314 | 102 | 114 | 0 | 24 | 370 | 76 | 61 |
| Binary | 1000110 | 110000 | 11001100 | 1000010 | 1001100 | 0 | 10100 | 11111000 | 111110 | 110001 |
Color Harmonies of #4630CC
Complementary color
Monochromatic Colors of #4630CC
Black with #4630CC
Text Example
Text Example
White with #4630CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630CC; }
p { color: rgb(70,48,204); }
H1.HeaderClassName
{
color: #4630CC;
}
.AnyTagClassName
{
color: #4630CC;
}
</style>
background-color css
<style>
a { background-color: #4630CC; }
a { background-color: rgb(70,48,204); }
div.DivClassName
{
background-color: #4630CC;
}
.BgClassName
{
background-color: #4630CC;
}
</style>
border-color css
<style>
span { border-color: #4630CC; }
span { border-color: rgb(70,48,204); }
td.TdClassName
{
border-color: #4630CC;
}
.TagClassName
{
border-color: #4630CC;
}
</style>