Shades of Purple Heart #4607CB
Tints of Purple Heart #4607CB
RGB
CMYK
RGB Variations
Color information
#4607CB (or 0x4607CB) is known color: Purple Heart. HEX triplet: 46, 07 and CB. RGB value is (70,7,203). Sum of RGB (Red+Green+Blue) = 70+7+203=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #4607CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4607CB is #B9F834. Grayscale: #2F2F2F. Windows color (decimal): -12187701 or 13305670. OLE color: 13305670.
HSL color Cylindrical-coordinate representation of color #4607CB: hue angle of 259.29º degrees, saturation: 0.93, 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 #4607CB is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 7 | 203 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.20 |
| HSL | 259.29º | 0.93% | 0.41% | - |
| HSV(B) | 259.29º | 0.97% | 0.8% | - |
| XYZ | 13.38 | 5.77 | 56.91 | - |
| YUV | 48.18 | 215.37 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 203 | 0.66 | 0.97 | 0 | 0.20 | 259.29 | 0.93 | 0.41 |
| Hex | 46 | 7 | CB | 42 | 61 | 0 | 14 | 103 | 5D | 29 |
| Octal | 106 | 7 | 313 | 102 | 141 | 0 | 24 | 403 | 135 | 51 |
| Binary | 1000110 | 111 | 11001011 | 1000010 | 1100001 | 0 | 10100 | 100000011 | 1011101 | 101001 |
Color Harmonies of #4607CB
Complementary color
Monochromatic Colors of #4607CB
Black with #4607CB
Text Example
Text Example
White with #4607CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4607CB; }
p { color: rgb(70,7,203); }
H1.HeaderClassName
{
color: #4607CB;
}
.AnyTagClassName
{
color: #4607CB;
}
</style>
background-color css
<style>
a { background-color: #4607CB; }
a { background-color: rgb(70,7,203); }
div.DivClassName
{
background-color: #4607CB;
}
.BgClassName
{
background-color: #4607CB;
}
</style>
border-color css
<style>
span { border-color: #4607CB; }
span { border-color: rgb(70,7,203); }
td.TdClassName
{
border-color: #4607CB;
}
.TagClassName
{
border-color: #4607CB;
}
</style>