Shades of Purple Heart #4530C0
Tints of Purple Heart #4530C0
RGB
CMYK
RGB Variations
Color information
#4530C0 (or 0x4530C0) is known color: Purple Heart. HEX triplet: 45, 30 and C0. RGB value is (69,48,192). Sum of RGB (Red+Green+Blue) = 69+48+192=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 192 (75.39% from 255 or 62.14% from 309); Max value from RGB is 192 - color contains mainly: blue. Hex color #4530C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4530C0 is #BACF3F. Grayscale: #464646. Windows color (decimal): -12242752 or 12595269. OLE color: 12595269.
HSL color Cylindrical-coordinate representation of color #4530C0: hue angle of 248.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4530C0 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 48 | 192 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.25 |
| HSL | 248.75º | 0.6% | 0.47% | - |
| HSV(B) | 248.75º | 0.75% | 0.75% | - |
| XYZ | 13.03 | 7.18 | 50.57 | - |
| YUV | 70.7 | 196.46 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 192 | 0.64 | 0.75 | 0 | 0.25 | 248.75 | 0.6 | 0.47 |
| Hex | 45 | 30 | C0 | 40 | 4B | 0 | 19 | F9 | 3C | 2F |
| Octal | 105 | 60 | 300 | 100 | 113 | 0 | 31 | 371 | 74 | 57 |
| Binary | 1000101 | 110000 | 11000000 | 1000000 | 1001011 | 0 | 11001 | 11111001 | 111100 | 101111 |
Color Harmonies of #4530C0
Complementary color
Monochromatic Colors of #4530C0
Black with #4530C0
Text Example
Text Example
White with #4530C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4530C0; }
p { color: rgb(69,48,192); }
H1.HeaderClassName
{
color: #4530C0;
}
.AnyTagClassName
{
color: #4530C0;
}
</style>
background-color css
<style>
a { background-color: #4530C0; }
a { background-color: rgb(69,48,192); }
div.DivClassName
{
background-color: #4530C0;
}
.BgClassName
{
background-color: #4530C0;
}
</style>
border-color css
<style>
span { border-color: #4530C0; }
span { border-color: rgb(69,48,192); }
td.TdClassName
{
border-color: #4530C0;
}
.TagClassName
{
border-color: #4530C0;
}
</style>