Shades of Purple Heart #460BCB
Tints of Purple Heart #460BCB
RGB
CMYK
RGB Variations
Color information
#460BCB (or 0x460BCB) is known color: Purple Heart. HEX triplet: 46, 0B and CB. RGB value is (70,11,203). Sum of RGB (Red+Green+Blue) = 70+11+203=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #460BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BCB is #B9F434. Grayscale: #313131. Windows color (decimal): -12186677 or 13306694. OLE color: 13306694.
HSL color Cylindrical-coordinate representation of color #460BCB: hue angle of 258.44º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460BCB is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 11 | 203 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.20 |
| HSL | 258.44º | 0.9% | 0.42% | - |
| HSV(B) | 258.44º | 0.95% | 0.8% | - |
| XYZ | 13.42 | 5.85 | 56.92 | - |
| YUV | 50.53 | 214.05 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 203 | 0.66 | 0.95 | 0 | 0.20 | 258.44 | 0.9 | 0.42 |
| Hex | 46 | B | CB | 42 | 5F | 0 | 14 | 102 | 5A | 2A |
| Octal | 106 | 13 | 313 | 102 | 137 | 0 | 24 | 402 | 132 | 52 |
| Binary | 1000110 | 1011 | 11001011 | 1000010 | 1011111 | 0 | 10100 | 100000010 | 1011010 | 101010 |
Color Harmonies of #460BCB
Complementary color
Monochromatic Colors of #460BCB
Black with #460BCB
Text Example
Text Example
White with #460BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BCB; }
p { color: rgb(70,11,203); }
H1.HeaderClassName
{
color: #460BCB;
}
.AnyTagClassName
{
color: #460BCB;
}
</style>
background-color css
<style>
a { background-color: #460BCB; }
a { background-color: rgb(70,11,203); }
div.DivClassName
{
background-color: #460BCB;
}
.BgClassName
{
background-color: #460BCB;
}
</style>
border-color css
<style>
span { border-color: #460BCB; }
span { border-color: rgb(70,11,203); }
td.TdClassName
{
border-color: #460BCB;
}
.TagClassName
{
border-color: #460BCB;
}
</style>