Shades of Purple Heart #4600C3
Tints of Purple Heart #4600C3
RGB
CMYK
RGB Variations
Color information
#4600C3 (or 0x4600C3) is known color: Purple Heart. HEX triplet: 46, 00 and C3. RGB value is (70,0,195). Sum of RGB (Red+Green+Blue) = 70+0+195=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 195 (76.56% from 255 or 73.58% from 265); Max value from RGB is 195 - color contains mainly: blue. Hex color #4600C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4600C3 is #B9FF3C. Grayscale: #2A2A2A. Windows color (decimal): -12189501 or 12779590. OLE color: 12779590.
HSL color Cylindrical-coordinate representation of color #4600C3: hue angle of 261.54º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4600C3 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 0 | 195 | - |
| CMYK | 0.64 | 1 | 0 | 0.24 |
| HSL | 261.54º | 1% | 0.38% | - |
| HSV(B) | 261.54º | 1% | 0.76% | - |
| XYZ | 12.38 | 5.24 | 51.99 | - |
| YUV | 43.16 | 213.69 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 195 | 0.64 | 1 | 0 | 0.24 | 261.54 | 1 | 0.38 |
| Hex | 46 | 0 | C3 | 40 | 64 | 0 | 18 | 106 | 64 | 26 |
| Octal | 106 | 0 | 303 | 100 | 144 | 0 | 30 | 406 | 144 | 46 |
| Binary | 1000110 | 0 | 11000011 | 1000000 | 1100100 | 0 | 11000 | 100000110 | 1100100 | 100110 |
Color Harmonies of #4600C3
Complementary color
Monochromatic Colors of #4600C3
Black with #4600C3
Text Example
Text Example
White with #4600C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4600C3; }
p { color: rgb(70,0,195); }
H1.HeaderClassName
{
color: #4600C3;
}
.AnyTagClassName
{
color: #4600C3;
}
</style>
background-color css
<style>
a { background-color: #4600C3; }
a { background-color: rgb(70,0,195); }
div.DivClassName
{
background-color: #4600C3;
}
.BgClassName
{
background-color: #4600C3;
}
</style>
border-color css
<style>
span { border-color: #4600C3; }
span { border-color: rgb(70,0,195); }
td.TdClassName
{
border-color: #4600C3;
}
.TagClassName
{
border-color: #4600C3;
}
</style>