Shades of Purple Heart #4525D4
Tints of Purple Heart #4525D4
RGB
CMYK
RGB Variations
Color information
#4525D4 (or 0x4525D4) is known color: Purple Heart. HEX triplet: 45, 25 and D4. RGB value is (69,37,212). Sum of RGB (Red+Green+Blue) = 69+37+212=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 212 (83.20% from 255 or 66.67% from 318); Max value from RGB is 212 - color contains mainly: blue. Hex color #4525D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4525D4 is #BADA2B. Grayscale: #414141. Windows color (decimal): -12245548 or 13903173. OLE color: 13903173.
HSL color Cylindrical-coordinate representation of color #4525D4: hue angle of 250.97º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4525D4 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 37 | 212 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.17 |
| HSL | 250.97º | 0.7% | 0.49% | - |
| HSV(B) | 250.97º | 0.83% | 0.83% | - |
| XYZ | 15 | 7.34 | 62.91 | - |
| YUV | 66.52 | 210.1 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 212 | 0.67 | 0.83 | 0 | 0.17 | 250.97 | 0.7 | 0.49 |
| Hex | 45 | 25 | D4 | 43 | 53 | 0 | 11 | FB | 46 | 31 |
| Octal | 105 | 45 | 324 | 103 | 123 | 0 | 21 | 373 | 106 | 61 |
| Binary | 1000101 | 100101 | 11010100 | 1000011 | 1010011 | 0 | 10001 | 11111011 | 1000110 | 110001 |
Color Harmonies of #4525D4
Complementary color
Monochromatic Colors of #4525D4
Black with #4525D4
Text Example
Text Example
White with #4525D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4525D4; }
p { color: rgb(69,37,212); }
H1.HeaderClassName
{
color: #4525D4;
}
.AnyTagClassName
{
color: #4525D4;
}
</style>
background-color css
<style>
a { background-color: #4525D4; }
a { background-color: rgb(69,37,212); }
div.DivClassName
{
background-color: #4525D4;
}
.BgClassName
{
background-color: #4525D4;
}
</style>
border-color css
<style>
span { border-color: #4525D4; }
span { border-color: rgb(69,37,212); }
td.TdClassName
{
border-color: #4525D4;
}
.TagClassName
{
border-color: #4525D4;
}
</style>