Shades of Purple Heart #4530CF
Tints of Purple Heart #4530CF
RGB
CMYK
RGB Variations
Color information
#4530CF (or 0x4530CF) is known color: Purple Heart. HEX triplet: 45, 30 and CF. RGB value is (69,48,207). Sum of RGB (Red+Green+Blue) = 69+48+207=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #4530CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4530CF is #BACF30. Grayscale: #474747. Windows color (decimal): -12242737 or 13578309. OLE color: 13578309.
HSL color Cylindrical-coordinate representation of color #4530CF: hue angle of 247.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4530CF is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 48 | 207 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.19 |
| HSL | 247.92º | 0.62% | 0.5% | - |
| HSV(B) | 247.92º | 0.77% | 0.81% | - |
| XYZ | 14.77 | 7.88 | 59.77 | - |
| YUV | 72.41 | 203.96 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 207 | 0.67 | 0.77 | 0 | 0.19 | 247.92 | 0.62 | 0.5 |
| Hex | 45 | 30 | CF | 43 | 4D | 0 | 13 | F8 | 3E | 32 |
| Octal | 105 | 60 | 317 | 103 | 115 | 0 | 23 | 370 | 76 | 62 |
| Binary | 1000101 | 110000 | 11001111 | 1000011 | 1001101 | 0 | 10011 | 11111000 | 111110 | 110010 |
Color Harmonies of #4530CF
Complementary color
Monochromatic Colors of #4530CF
Black with #4530CF
Text Example
Text Example
White with #4530CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4530CF; }
p { color: rgb(69,48,207); }
H1.HeaderClassName
{
color: #4530CF;
}
.AnyTagClassName
{
color: #4530CF;
}
</style>
background-color css
<style>
a { background-color: #4530CF; }
a { background-color: rgb(69,48,207); }
div.DivClassName
{
background-color: #4530CF;
}
.BgClassName
{
background-color: #4530CF;
}
</style>
border-color css
<style>
span { border-color: #4530CF; }
span { border-color: rgb(69,48,207); }
td.TdClassName
{
border-color: #4530CF;
}
.TagClassName
{
border-color: #4530CF;
}
</style>