Shades of Purple Heart #460ACD
Tints of Purple Heart #460ACD
RGB
CMYK
RGB Variations
Color information
#460ACD (or 0x460ACD) is known color: Purple Heart. HEX triplet: 46, 0A and CD. RGB value is (70,10,205). Sum of RGB (Red+Green+Blue) = 70+10+205=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #460ACD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460ACD is #B9F532. Grayscale: #313131. Windows color (decimal): -12186931 or 13437510. OLE color: 13437510.
HSL color Cylindrical-coordinate representation of color #460ACD: hue angle of 258.46º degrees, saturation: 0.91, 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 #460ACD is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 10 | 205 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.20 |
| HSL | 258.46º | 0.91% | 0.42% | - |
| HSV(B) | 258.46º | 0.95% | 0.8% | - |
| XYZ | 13.65 | 5.93 | 58.18 | - |
| YUV | 50.17 | 215.38 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 205 | 0.66 | 0.95 | 0 | 0.20 | 258.46 | 0.91 | 0.42 |
| Hex | 46 | A | CD | 42 | 5F | 0 | 14 | 102 | 5B | 2A |
| Octal | 106 | 12 | 315 | 102 | 137 | 0 | 24 | 402 | 133 | 52 |
| Binary | 1000110 | 1010 | 11001101 | 1000010 | 1011111 | 0 | 10100 | 100000010 | 1011011 | 101010 |
Color Harmonies of #460ACD
Complementary color
Monochromatic Colors of #460ACD
Black with #460ACD
Text Example
Text Example
White with #460ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460ACD; }
p { color: rgb(70,10,205); }
H1.HeaderClassName
{
color: #460ACD;
}
.AnyTagClassName
{
color: #460ACD;
}
</style>
background-color css
<style>
a { background-color: #460ACD; }
a { background-color: rgb(70,10,205); }
div.DivClassName
{
background-color: #460ACD;
}
.BgClassName
{
background-color: #460ACD;
}
</style>
border-color css
<style>
span { border-color: #460ACD; }
span { border-color: rgb(70,10,205); }
td.TdClassName
{
border-color: #460ACD;
}
.TagClassName
{
border-color: #460ACD;
}
</style>