Shades of Purple Heart #4630C3
Tints of Purple Heart #4630C3
RGB
CMYK
RGB Variations
Color information
#4630C3 (or 0x4630C3) is known color: Purple Heart. HEX triplet: 46, 30 and C3. RGB value is (70,48,195). Sum of RGB (Red+Green+Blue) = 70+48+195=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 195 (76.56% from 255 or 62.30% from 313); Max value from RGB is 195 - color contains mainly: blue. Hex color #4630C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630C3 is #B9CF3C. Grayscale: #464646. Windows color (decimal): -12177213 or 12791878. OLE color: 12791878.
HSL color Cylindrical-coordinate representation of color #4630C3: hue angle of 248.98º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4630C3 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 48 | 195 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.24 |
| HSL | 248.98º | 0.6% | 0.48% | - |
| HSV(B) | 248.98º | 0.75% | 0.76% | - |
| XYZ | 13.43 | 7.36 | 52.34 | - |
| YUV | 71.34 | 197.79 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 195 | 0.64 | 0.75 | 0 | 0.24 | 248.98 | 0.6 | 0.48 |
| Hex | 46 | 30 | C3 | 40 | 4B | 0 | 18 | F9 | 3C | 30 |
| Octal | 106 | 60 | 303 | 100 | 113 | 0 | 30 | 371 | 74 | 60 |
| Binary | 1000110 | 110000 | 11000011 | 1000000 | 1001011 | 0 | 11000 | 11111001 | 111100 | 110000 |
Color Harmonies of #4630C3
Complementary color
Monochromatic Colors of #4630C3
Black with #4630C3
Text Example
Text Example
White with #4630C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630C3; }
p { color: rgb(70,48,195); }
H1.HeaderClassName
{
color: #4630C3;
}
.AnyTagClassName
{
color: #4630C3;
}
</style>
background-color css
<style>
a { background-color: #4630C3; }
a { background-color: rgb(70,48,195); }
div.DivClassName
{
background-color: #4630C3;
}
.BgClassName
{
background-color: #4630C3;
}
</style>
border-color css
<style>
span { border-color: #4630C3; }
span { border-color: rgb(70,48,195); }
td.TdClassName
{
border-color: #4630C3;
}
.TagClassName
{
border-color: #4630C3;
}
</style>