Shades of Purple Heart #460DBD
Tints of Purple Heart #460DBD
RGB
CMYK
RGB Variations
Color information
#460DBD (or 0x460DBD) is known color: Purple Heart. HEX triplet: 46, 0D and BD. RGB value is (70,13,189). Sum of RGB (Red+Green+Blue) = 70+13+189=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #460DBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460DBD is #B9F242. Grayscale: #313131. Windows color (decimal): -12186179 or 12389702. OLE color: 12389702.
HSL color Cylindrical-coordinate representation of color #460DBD: hue angle of 259.43º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460DBD is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 13 | 189 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.26 |
| HSL | 259.43º | 0.87% | 0.4% | - |
| HSV(B) | 259.43º | 0.93% | 0.74% | - |
| XYZ | 11.86 | 5.26 | 48.54 | - |
| YUV | 50.11 | 206.38 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 189 | 0.63 | 0.93 | 0 | 0.26 | 259.43 | 0.87 | 0.4 |
| Hex | 46 | D | BD | 3F | 5D | 0 | 1A | 103 | 57 | 28 |
| Octal | 106 | 15 | 275 | 77 | 135 | 0 | 32 | 403 | 127 | 50 |
| Binary | 1000110 | 1101 | 10111101 | 111111 | 1011101 | 0 | 11010 | 100000011 | 1010111 | 101000 |
Color Harmonies of #460DBD
Complementary color
Monochromatic Colors of #460DBD
Black with #460DBD
Text Example
Text Example
White with #460DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DBD; }
p { color: rgb(70,13,189); }
H1.HeaderClassName
{
color: #460DBD;
}
.AnyTagClassName
{
color: #460DBD;
}
</style>
background-color css
<style>
a { background-color: #460DBD; }
a { background-color: rgb(70,13,189); }
div.DivClassName
{
background-color: #460DBD;
}
.BgClassName
{
background-color: #460DBD;
}
</style>
border-color css
<style>
span { border-color: #460DBD; }
span { border-color: rgb(70,13,189); }
td.TdClassName
{
border-color: #460DBD;
}
.TagClassName
{
border-color: #460DBD;
}
</style>