Shades of Purple Heart #4605CB
Tints of Purple Heart #4605CB
RGB
CMYK
RGB Variations
Color information
#4605CB (or 0x4605CB) is known color: Purple Heart. HEX triplet: 46, 05 and CB. RGB value is (70,5,203). Sum of RGB (Red+Green+Blue) = 70+5+203=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #4605CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4605CB is #B9FA34. Grayscale: #2E2E2E. Windows color (decimal): -12188213 or 13305158. OLE color: 13305158.
HSL color Cylindrical-coordinate representation of color #4605CB: hue angle of 259.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4605CB is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 5 | 203 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.20 |
| HSL | 259.7º | 0.95% | 0.41% | - |
| HSV(B) | 259.7º | 0.98% | 0.8% | - |
| XYZ | 13.36 | 5.72 | 56.9 | - |
| YUV | 47.01 | 216.03 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 203 | 0.66 | 0.98 | 0 | 0.20 | 259.7 | 0.95 | 0.41 |
| Hex | 46 | 5 | CB | 42 | 62 | 0 | 14 | 104 | 5F | 29 |
| Octal | 106 | 5 | 313 | 102 | 142 | 0 | 24 | 404 | 137 | 51 |
| Binary | 1000110 | 101 | 11001011 | 1000010 | 1100010 | 0 | 10100 | 100000100 | 1011111 | 101001 |
Color Harmonies of #4605CB
Complementary color
Monochromatic Colors of #4605CB
Black with #4605CB
Text Example
Text Example
White with #4605CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4605CB; }
p { color: rgb(70,5,203); }
H1.HeaderClassName
{
color: #4605CB;
}
.AnyTagClassName
{
color: #4605CB;
}
</style>
background-color css
<style>
a { background-color: #4605CB; }
a { background-color: rgb(70,5,203); }
div.DivClassName
{
background-color: #4605CB;
}
.BgClassName
{
background-color: #4605CB;
}
</style>
border-color css
<style>
span { border-color: #4605CB; }
span { border-color: rgb(70,5,203); }
td.TdClassName
{
border-color: #4605CB;
}
.TagClassName
{
border-color: #4605CB;
}
</style>