Shades of Purple Heart #4530D0
Tints of Purple Heart #4530D0
RGB
CMYK
RGB Variations
Color information
#4530D0 (or 0x4530D0) is known color: Purple Heart. HEX triplet: 45, 30 and D0. RGB value is (69,48,208). Sum of RGB (Red+Green+Blue) = 69+48+208=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 208 (81.64% from 255 or 64% from 325); Max value from RGB is 208 - color contains mainly: blue. Hex color #4530D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4530D0 is #BACF2F. Grayscale: #474747. Windows color (decimal): -12242736 or 13643845. OLE color: 13643845.
HSL color Cylindrical-coordinate representation of color #4530D0: hue angle of 247.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4530D0 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 48 | 208 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.18 |
| HSL | 247.88º | 0.63% | 0.5% | - |
| HSV(B) | 247.88º | 0.77% | 0.82% | - |
| XYZ | 14.9 | 7.93 | 60.42 | - |
| YUV | 72.52 | 204.46 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 208 | 0.67 | 0.77 | 0 | 0.18 | 247.88 | 0.63 | 0.5 |
| Hex | 45 | 30 | D0 | 43 | 4D | 0 | 12 | F8 | 3F | 32 |
| Octal | 105 | 60 | 320 | 103 | 115 | 0 | 22 | 370 | 77 | 62 |
| Binary | 1000101 | 110000 | 11010000 | 1000011 | 1001101 | 0 | 10010 | 11111000 | 111111 | 110010 |
Color Harmonies of #4530D0
Complementary color
Monochromatic Colors of #4530D0
Black with #4530D0
Text Example
Text Example
White with #4530D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4530D0; }
p { color: rgb(69,48,208); }
H1.HeaderClassName
{
color: #4530D0;
}
.AnyTagClassName
{
color: #4530D0;
}
</style>
background-color css
<style>
a { background-color: #4530D0; }
a { background-color: rgb(69,48,208); }
div.DivClassName
{
background-color: #4530D0;
}
.BgClassName
{
background-color: #4530D0;
}
</style>
border-color css
<style>
span { border-color: #4530D0; }
span { border-color: rgb(69,48,208); }
td.TdClassName
{
border-color: #4530D0;
}
.TagClassName
{
border-color: #4530D0;
}
</style>