Shades of Purple Heart #4925D0
Tints of Purple Heart #4925D0
RGB
CMYK
RGB Variations
Color information
#4925D0 (or 0x4925D0) is known color: Purple Heart. HEX triplet: 49, 25 and D0. RGB value is (73,37,208). Sum of RGB (Red+Green+Blue) = 73+37+208=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 208 (81.64% from 255 or 65.41% from 318); Max value from RGB is 208 - color contains mainly: blue. Hex color #4925D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4925D0 is #B6DA2F. Grayscale: #424242. Windows color (decimal): -11983408 or 13641033. OLE color: 13641033.
HSL color Cylindrical-coordinate representation of color #4925D0: hue angle of 252.63º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4925D0 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 37 | 208 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.18 |
| HSL | 252.63º | 0.7% | 0.48% | - |
| HSV(B) | 252.63º | 0.82% | 0.82% | - |
| XYZ | 14.79 | 7.29 | 60.3 | - |
| YUV | 67.26 | 207.43 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 208 | 0.65 | 0.82 | 0 | 0.18 | 252.63 | 0.7 | 0.48 |
| Hex | 49 | 25 | D0 | 41 | 52 | 0 | 12 | FD | 46 | 30 |
| Octal | 111 | 45 | 320 | 101 | 122 | 0 | 22 | 375 | 106 | 60 |
| Binary | 1001001 | 100101 | 11010000 | 1000001 | 1010010 | 0 | 10010 | 11111101 | 1000110 | 110000 |
Color Harmonies of #4925D0
Complementary color
Monochromatic Colors of #4925D0
Black with #4925D0
Text Example
Text Example
White with #4925D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4925D0; }
p { color: rgb(73,37,208); }
H1.HeaderClassName
{
color: #4925D0;
}
.AnyTagClassName
{
color: #4925D0;
}
</style>
background-color css
<style>
a { background-color: #4925D0; }
a { background-color: rgb(73,37,208); }
div.DivClassName
{
background-color: #4925D0;
}
.BgClassName
{
background-color: #4925D0;
}
</style>
border-color css
<style>
span { border-color: #4925D0; }
span { border-color: rgb(73,37,208); }
td.TdClassName
{
border-color: #4925D0;
}
.TagClassName
{
border-color: #4925D0;
}
</style>