Shades of Purple Heart #4606CB
Tints of Purple Heart #4606CB
RGB
CMYK
RGB Variations
Color information
#4606CB (or 0x4606CB) is known color: Purple Heart. HEX triplet: 46, 06 and CB. RGB value is (70,6,203). Sum of RGB (Red+Green+Blue) = 70+6+203=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #4606CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4606CB is #B9F934. Grayscale: #2E2E2E. Windows color (decimal): -12187957 or 13305414. OLE color: 13305414.
HSL color Cylindrical-coordinate representation of color #4606CB: hue angle of 259.49º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4606CB is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 6 | 203 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.20 |
| HSL | 259.49º | 0.94% | 0.41% | - |
| HSV(B) | 259.49º | 0.97% | 0.8% | - |
| XYZ | 13.37 | 5.74 | 56.9 | - |
| YUV | 47.59 | 215.7 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 203 | 0.66 | 0.97 | 0 | 0.20 | 259.49 | 0.94 | 0.41 |
| Hex | 46 | 6 | CB | 42 | 61 | 0 | 14 | 103 | 5E | 29 |
| Octal | 106 | 6 | 313 | 102 | 141 | 0 | 24 | 403 | 136 | 51 |
| Binary | 1000110 | 110 | 11001011 | 1000010 | 1100001 | 0 | 10100 | 100000011 | 1011110 | 101001 |
Color Harmonies of #4606CB
Complementary color
Monochromatic Colors of #4606CB
Black with #4606CB
Text Example
Text Example
White with #4606CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4606CB; }
p { color: rgb(70,6,203); }
H1.HeaderClassName
{
color: #4606CB;
}
.AnyTagClassName
{
color: #4606CB;
}
</style>
background-color css
<style>
a { background-color: #4606CB; }
a { background-color: rgb(70,6,203); }
div.DivClassName
{
background-color: #4606CB;
}
.BgClassName
{
background-color: #4606CB;
}
</style>
border-color css
<style>
span { border-color: #4606CB; }
span { border-color: rgb(70,6,203); }
td.TdClassName
{
border-color: #4606CB;
}
.TagClassName
{
border-color: #4606CB;
}
</style>