Shades of Purple Heart #4630CF
Tints of Purple Heart #4630CF
RGB
CMYK
RGB Variations
Color information
#4630CF (or 0x4630CF) is known color: Purple Heart. HEX triplet: 46, 30 and CF. RGB value is (70,48,207). Sum of RGB (Red+Green+Blue) = 70+48+207=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #4630CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630CF is #B9CF30. Grayscale: #484848. Windows color (decimal): -12177201 or 13578310. OLE color: 13578310.
HSL color Cylindrical-coordinate representation of color #4630CF: hue angle of 248.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4630CF is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 48 | 207 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.19 |
| HSL | 248.3º | 0.62% | 0.5% | - |
| HSV(B) | 248.3º | 0.77% | 0.81% | - |
| XYZ | 14.85 | 7.92 | 59.78 | - |
| YUV | 72.7 | 203.79 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 207 | 0.66 | 0.77 | 0 | 0.19 | 248.3 | 0.62 | 0.5 |
| Hex | 46 | 30 | CF | 42 | 4D | 0 | 13 | F8 | 3E | 32 |
| Octal | 106 | 60 | 317 | 102 | 115 | 0 | 23 | 370 | 76 | 62 |
| Binary | 1000110 | 110000 | 11001111 | 1000010 | 1001101 | 0 | 10011 | 11111000 | 111110 | 110010 |
Color Harmonies of #4630CF
Complementary color
Monochromatic Colors of #4630CF
Black with #4630CF
Text Example
Text Example
White with #4630CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630CF; }
p { color: rgb(70,48,207); }
H1.HeaderClassName
{
color: #4630CF;
}
.AnyTagClassName
{
color: #4630CF;
}
</style>
background-color css
<style>
a { background-color: #4630CF; }
a { background-color: rgb(70,48,207); }
div.DivClassName
{
background-color: #4630CF;
}
.BgClassName
{
background-color: #4630CF;
}
</style>
border-color css
<style>
span { border-color: #4630CF; }
span { border-color: rgb(70,48,207); }
td.TdClassName
{
border-color: #4630CF;
}
.TagClassName
{
border-color: #4630CF;
}
</style>