Shades of Purple Heart #4600C2
Tints of Purple Heart #4600C2
RGB
CMYK
RGB Variations
Color information
#4600C2 (or 0x4600C2) is known color: Purple Heart. HEX triplet: 46, 00 and C2. RGB value is (70,0,194). Sum of RGB (Red+Green+Blue) = 70+0+194=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 194 (76.17% from 255 or 73.48% from 264); Max value from RGB is 194 - color contains mainly: blue. Hex color #4600C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4600C2 is #B9FF3D. Grayscale: #2A2A2A. Windows color (decimal): -12189502 or 12714054. OLE color: 12714054.
HSL color Cylindrical-coordinate representation of color #4600C2: hue angle of 261.65º 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 #4600C2 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 0 | 194 | - |
| CMYK | 0.64 | 1 | 0 | 0.24 |
| HSL | 261.65º | 1% | 0.38% | - |
| HSV(B) | 261.65º | 1% | 0.76% | - |
| XYZ | 12.26 | 5.2 | 51.4 | - |
| YUV | 43.05 | 213.19 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 194 | 0.64 | 1 | 0 | 0.24 | 261.65 | 1 | 0.38 |
| Hex | 46 | 0 | C2 | 40 | 64 | 0 | 18 | 106 | 64 | 26 |
| Octal | 106 | 0 | 302 | 100 | 144 | 0 | 30 | 406 | 144 | 46 |
| Binary | 1000110 | 0 | 11000010 | 1000000 | 1100100 | 0 | 11000 | 100000110 | 1100100 | 100110 |
Color Harmonies of #4600C2
Complementary color
Monochromatic Colors of #4600C2
Black with #4600C2
Text Example
Text Example
White with #4600C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4600C2; }
p { color: rgb(70,0,194); }
H1.HeaderClassName
{
color: #4600C2;
}
.AnyTagClassName
{
color: #4600C2;
}
</style>
background-color css
<style>
a { background-color: #4600C2; }
a { background-color: rgb(70,0,194); }
div.DivClassName
{
background-color: #4600C2;
}
.BgClassName
{
background-color: #4600C2;
}
</style>
border-color css
<style>
span { border-color: #4600C2; }
span { border-color: rgb(70,0,194); }
td.TdClassName
{
border-color: #4600C2;
}
.TagClassName
{
border-color: #4600C2;
}
</style>