Shades of Purple Heart #4508BD
Tints of Purple Heart #4508BD
RGB
CMYK
RGB Variations
Color information
#4508BD (or 0x4508BD) is known color: Purple Heart. HEX triplet: 45, 08 and BD. RGB value is (69,8,189). Sum of RGB (Red+Green+Blue) = 69+8+189=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 189 (74.22% from 255 or 71.05% from 266); Max value from RGB is 189 - color contains mainly: blue. Hex color #4508BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4508BD is #BAF742. Grayscale: #2E2E2E. Windows color (decimal): -12252995 or 12388421. OLE color: 12388421.
HSL color Cylindrical-coordinate representation of color #4508BD: hue angle of 260.22º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4508BD is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 8 | 189 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.26 |
| HSL | 260.22º | 0.92% | 0.39% | - |
| HSV(B) | 260.22º | 0.96% | 0.74% | - |
| XYZ | 11.73 | 5.11 | 48.51 | - |
| YUV | 46.87 | 208.21 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 8 | 189 | 0.63 | 0.96 | 0 | 0.26 | 260.22 | 0.92 | 0.39 |
| Hex | 45 | 8 | BD | 3F | 60 | 0 | 1A | 104 | 5C | 27 |
| Octal | 105 | 10 | 275 | 77 | 140 | 0 | 32 | 404 | 134 | 47 |
| Binary | 1000101 | 1000 | 10111101 | 111111 | 1100000 | 0 | 11010 | 100000100 | 1011100 | 100111 |
Color Harmonies of #4508BD
Complementary color
Monochromatic Colors of #4508BD
Black with #4508BD
Text Example
Text Example
White with #4508BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4508BD; }
p { color: rgb(69,8,189); }
H1.HeaderClassName
{
color: #4508BD;
}
.AnyTagClassName
{
color: #4508BD;
}
</style>
background-color css
<style>
a { background-color: #4508BD; }
a { background-color: rgb(69,8,189); }
div.DivClassName
{
background-color: #4508BD;
}
.BgClassName
{
background-color: #4508BD;
}
</style>
border-color css
<style>
span { border-color: #4508BD; }
span { border-color: rgb(69,8,189); }
td.TdClassName
{
border-color: #4508BD;
}
.TagClassName
{
border-color: #4508BD;
}
</style>