Shades of Purple Heart #4609CC
Tints of Purple Heart #4609CC
RGB
CMYK
RGB Variations
Color information
#4609CC (or 0x4609CC) is known color: Purple Heart. HEX triplet: 46, 09 and CC. RGB value is (70,9,204). Sum of RGB (Red+Green+Blue) = 70+9+204=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #4609CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4609CC is #B9F633. Grayscale: #303030. Windows color (decimal): -12187188 or 13371718. OLE color: 13371718.
HSL color Cylindrical-coordinate representation of color #4609CC: hue angle of 258.77º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4609CC is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 9 | 204 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.2 |
| HSL | 258.77º | 0.92% | 0.42% | - |
| HSV(B) | 258.77º | 0.96% | 0.8% | - |
| XYZ | 13.52 | 5.86 | 57.54 | - |
| YUV | 49.47 | 215.21 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 204 | 0.66 | 0.96 | 0 | 0.2 | 258.77 | 0.92 | 0.42 |
| Hex | 46 | 9 | CC | 42 | 60 | 0 | 14 | 103 | 5C | 2A |
| Octal | 106 | 11 | 314 | 102 | 140 | 0 | 24 | 403 | 134 | 52 |
| Binary | 1000110 | 1001 | 11001100 | 1000010 | 1100000 | 0 | 10100 | 100000011 | 1011100 | 101010 |
Color Harmonies of #4609CC
Complementary color
Monochromatic Colors of #4609CC
Black with #4609CC
Text Example
Text Example
White with #4609CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4609CC; }
p { color: rgb(70,9,204); }
H1.HeaderClassName
{
color: #4609CC;
}
.AnyTagClassName
{
color: #4609CC;
}
</style>
background-color css
<style>
a { background-color: #4609CC; }
a { background-color: rgb(70,9,204); }
div.DivClassName
{
background-color: #4609CC;
}
.BgClassName
{
background-color: #4609CC;
}
</style>
border-color css
<style>
span { border-color: #4609CC; }
span { border-color: rgb(70,9,204); }
td.TdClassName
{
border-color: #4609CC;
}
.TagClassName
{
border-color: #4609CC;
}
</style>