Shades of Purple Heart #4502BD
Tints of Purple Heart #4502BD
RGB
CMYK
RGB Variations
Color information
#4502BD (or 0x4502BD) is known color: Purple Heart. HEX triplet: 45, 02 and BD. RGB value is (69,2,189). Sum of RGB (Red+Green+Blue) = 69+2+189=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 189 (74.22% from 255 or 72.69% from 260); Max value from RGB is 189 - color contains mainly: blue. Hex color #4502BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4502BD is #BAFD42. Grayscale: #2A2A2A. Windows color (decimal): -12254531 or 12386885. OLE color: 12386885.
HSL color Cylindrical-coordinate representation of color #4502BD: hue angle of 261.5º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4502BD is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 2 | 189 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.26 |
| HSL | 261.5º | 0.98% | 0.37% | - |
| HSV(B) | 261.5º | 0.99% | 0.74% | - |
| XYZ | 11.66 | 4.98 | 48.49 | - |
| YUV | 43.35 | 210.2 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 189 | 0.63 | 0.99 | 0 | 0.26 | 261.5 | 0.98 | 0.37 |
| Hex | 45 | 2 | BD | 3F | 63 | 0 | 1A | 105 | 62 | 25 |
| Octal | 105 | 2 | 275 | 77 | 143 | 0 | 32 | 405 | 142 | 45 |
| Binary | 1000101 | 10 | 10111101 | 111111 | 1100011 | 0 | 11010 | 100000101 | 1100010 | 100101 |
Color Harmonies of #4502BD
Complementary color
Monochromatic Colors of #4502BD
Black with #4502BD
Text Example
Text Example
White with #4502BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4502BD; }
p { color: rgb(69,2,189); }
H1.HeaderClassName
{
color: #4502BD;
}
.AnyTagClassName
{
color: #4502BD;
}
</style>
background-color css
<style>
a { background-color: #4502BD; }
a { background-color: rgb(69,2,189); }
div.DivClassName
{
background-color: #4502BD;
}
.BgClassName
{
background-color: #4502BD;
}
</style>
border-color css
<style>
span { border-color: #4502BD; }
span { border-color: rgb(69,2,189); }
td.TdClassName
{
border-color: #4502BD;
}
.TagClassName
{
border-color: #4502BD;
}
</style>