Shades of Purple Heart #4615CC
Tints of Purple Heart #4615CC
RGB
CMYK
RGB Variations
Color information
#4615CC (or 0x4615CC) is known color: Purple Heart. HEX triplet: 46, 15 and CC. RGB value is (70,21,204). Sum of RGB (Red+Green+Blue) = 70+21+204=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #4615CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4615CC is #B9EA33. Grayscale: #373737. Windows color (decimal): -12184116 or 13374790. OLE color: 13374790.
HSL color Cylindrical-coordinate representation of color #4615CC: hue angle of 256.07º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4615CC is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 21 | 204 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.2 |
| HSL | 256.07º | 0.81% | 0.44% | - |
| HSV(B) | 256.07º | 0.9% | 0.8% | - |
| XYZ | 13.69 | 6.2 | 57.6 | - |
| YUV | 56.51 | 211.23 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 204 | 0.66 | 0.90 | 0 | 0.2 | 256.07 | 0.81 | 0.44 |
| Hex | 46 | 15 | CC | 42 | 5A | 0 | 14 | 100 | 51 | 2C |
| Octal | 106 | 25 | 314 | 102 | 132 | 0 | 24 | 400 | 121 | 54 |
| Binary | 1000110 | 10101 | 11001100 | 1000010 | 1011010 | 0 | 10100 | 100000000 | 1010001 | 101100 |
Color Harmonies of #4615CC
Complementary color
Monochromatic Colors of #4615CC
Black with #4615CC
Text Example
Text Example
White with #4615CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4615CC; }
p { color: rgb(70,21,204); }
H1.HeaderClassName
{
color: #4615CC;
}
.AnyTagClassName
{
color: #4615CC;
}
</style>
background-color css
<style>
a { background-color: #4615CC; }
a { background-color: rgb(70,21,204); }
div.DivClassName
{
background-color: #4615CC;
}
.BgClassName
{
background-color: #4615CC;
}
</style>
border-color css
<style>
span { border-color: #4615CC; }
span { border-color: rgb(70,21,204); }
td.TdClassName
{
border-color: #4615CC;
}
.TagClassName
{
border-color: #4615CC;
}
</style>