Shades of Purple Heart #462DBB
Tints of Purple Heart #462DBB
RGB
CMYK
RGB Variations
Color information
#462DBB (or 0x462DBB) is known color: Purple Heart. HEX triplet: 46, 2D and BB. RGB value is (70,45,187). Sum of RGB (Red+Green+Blue) = 70+45+187=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #462DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462DBB is #B9D244. Grayscale: #444444. Windows color (decimal): -12177989 or 12266822. OLE color: 12266822.
HSL color Cylindrical-coordinate representation of color #462DBB: hue angle of 250.56º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462DBB is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 45 | 187 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.27 |
| HSL | 250.56º | 0.61% | 0.45% | - |
| HSV(B) | 250.56º | 0.76% | 0.73% | - |
| XYZ | 12.43 | 6.77 | 47.66 | - |
| YUV | 68.66 | 194.78 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 187 | 0.63 | 0.76 | 0 | 0.27 | 250.56 | 0.61 | 0.45 |
| Hex | 46 | 2D | BB | 3F | 4C | 0 | 1B | FB | 3D | 2D |
| Octal | 106 | 55 | 273 | 77 | 114 | 0 | 33 | 373 | 75 | 55 |
| Binary | 1000110 | 101101 | 10111011 | 111111 | 1001100 | 0 | 11011 | 11111011 | 111101 | 101101 |
Color Harmonies of #462DBB
Complementary color
Monochromatic Colors of #462DBB
Black with #462DBB
Text Example
Text Example
White with #462DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462DBB; }
p { color: rgb(70,45,187); }
H1.HeaderClassName
{
color: #462DBB;
}
.AnyTagClassName
{
color: #462DBB;
}
</style>
background-color css
<style>
a { background-color: #462DBB; }
a { background-color: rgb(70,45,187); }
div.DivClassName
{
background-color: #462DBB;
}
.BgClassName
{
background-color: #462DBB;
}
</style>
border-color css
<style>
span { border-color: #462DBB; }
span { border-color: rgb(70,45,187); }
td.TdClassName
{
border-color: #462DBB;
}
.TagClassName
{
border-color: #462DBB;
}
</style>