Shades of Purple Heart #4528C6
Tints of Purple Heart #4528C6
RGB
CMYK
RGB Variations
Color information
#4528C6 (or 0x4528C6) is known color: Purple Heart. HEX triplet: 45, 28 and C6. RGB value is (69,40,198). Sum of RGB (Red+Green+Blue) = 69+40+198=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 198 (77.73% from 255 or 64.50% from 307); Max value from RGB is 198 - color contains mainly: blue. Hex color #4528C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4528C6 is #BAD739. Grayscale: #424242. Windows color (decimal): -12244794 or 12986437. OLE color: 12986437.
HSL color Cylindrical-coordinate representation of color #4528C6: hue angle of 251.01º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4528C6 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 40 | 198 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.22 |
| HSL | 251.01º | 0.66% | 0.47% | - |
| HSV(B) | 251.01º | 0.8% | 0.78% | - |
| XYZ | 13.41 | 6.86 | 54.04 | - |
| YUV | 66.68 | 202.11 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 198 | 0.65 | 0.80 | 0 | 0.22 | 251.01 | 0.66 | 0.47 |
| Hex | 45 | 28 | C6 | 41 | 50 | 0 | 16 | FB | 42 | 2F |
| Octal | 105 | 50 | 306 | 101 | 120 | 0 | 26 | 373 | 102 | 57 |
| Binary | 1000101 | 101000 | 11000110 | 1000001 | 1010000 | 0 | 10110 | 11111011 | 1000010 | 101111 |
Color Harmonies of #4528C6
Complementary color
Monochromatic Colors of #4528C6
Black with #4528C6
Text Example
Text Example
White with #4528C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4528C6; }
p { color: rgb(69,40,198); }
H1.HeaderClassName
{
color: #4528C6;
}
.AnyTagClassName
{
color: #4528C6;
}
</style>
background-color css
<style>
a { background-color: #4528C6; }
a { background-color: rgb(69,40,198); }
div.DivClassName
{
background-color: #4528C6;
}
.BgClassName
{
background-color: #4528C6;
}
</style>
border-color css
<style>
span { border-color: #4528C6; }
span { border-color: rgb(69,40,198); }
td.TdClassName
{
border-color: #4528C6;
}
.TagClassName
{
border-color: #4528C6;
}
</style>