Shades of Purple Heart #4606C3
Tints of Purple Heart #4606C3
RGB
CMYK
RGB Variations
Color information
#4606C3 (or 0x4606C3) is known color: Purple Heart. HEX triplet: 46, 06 and C3. RGB value is (70,6,195). Sum of RGB (Red+Green+Blue) = 70+6+195=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 195 (76.56% from 255 or 71.96% from 271); Max value from RGB is 195 - color contains mainly: blue. Hex color #4606C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4606C3 is #B9F93C. Grayscale: #2D2D2D. Windows color (decimal): -12187965 or 12781126. OLE color: 12781126.
HSL color Cylindrical-coordinate representation of color #4606C3: hue angle of 260.32º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4606C3 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 6 | 195 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.24 |
| HSL | 260.32º | 0.94% | 0.39% | - |
| HSV(B) | 260.32º | 0.97% | 0.76% | - |
| XYZ | 12.44 | 5.37 | 52.01 | - |
| YUV | 46.68 | 211.7 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 195 | 0.64 | 0.97 | 0 | 0.24 | 260.32 | 0.94 | 0.39 |
| Hex | 46 | 6 | C3 | 40 | 61 | 0 | 18 | 104 | 5E | 27 |
| Octal | 106 | 6 | 303 | 100 | 141 | 0 | 30 | 404 | 136 | 47 |
| Binary | 1000110 | 110 | 11000011 | 1000000 | 1100001 | 0 | 11000 | 100000100 | 1011110 | 100111 |
Color Harmonies of #4606C3
Complementary color
Monochromatic Colors of #4606C3
Black with #4606C3
Text Example
Text Example
White with #4606C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4606C3; }
p { color: rgb(70,6,195); }
H1.HeaderClassName
{
color: #4606C3;
}
.AnyTagClassName
{
color: #4606C3;
}
</style>
background-color css
<style>
a { background-color: #4606C3; }
a { background-color: rgb(70,6,195); }
div.DivClassName
{
background-color: #4606C3;
}
.BgClassName
{
background-color: #4606C3;
}
</style>
border-color css
<style>
span { border-color: #4606C3; }
span { border-color: rgb(70,6,195); }
td.TdClassName
{
border-color: #4606C3;
}
.TagClassName
{
border-color: #4606C3;
}
</style>