Shades of Purple Heart #7530CF
Tints of Purple Heart #7530CF
RGB
CMYK
RGB Variations
Color information
#7530CF (or 0x7530CF) is known color: Purple Heart. HEX triplet: 75, 30 and CF. RGB value is (117,48,207). Sum of RGB (Red+Green+Blue) = 117+48+207=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #7530CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7530CF is #8ACF30. Grayscale: #565656. Windows color (decimal): -9097009 or 13578357. OLE color: 13578357.
HSL color Cylindrical-coordinate representation of color #7530CF: hue angle of 266.04º 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 #7530CF is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 48 | 207 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.19 |
| HSL | 266.04º | 0.62% | 0.5% | - |
| HSV(B) | 266.04º | 0.77% | 0.81% | - |
| XYZ | 19.66 | 10.4 | 60 | - |
| YUV | 86.76 | 195.86 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 207 | 0.43 | 0.77 | 0 | 0.19 | 266.04 | 0.62 | 0.5 |
| Hex | 75 | 30 | CF | 2B | 4D | 0 | 13 | 10A | 3E | 32 |
| Octal | 165 | 60 | 317 | 53 | 115 | 0 | 23 | 412 | 76 | 62 |
| Binary | 1110101 | 110000 | 11001111 | 101011 | 1001101 | 0 | 10011 | 100001010 | 111110 | 110010 |
Color Harmonies of #7530CF
Complementary color
Monochromatic Colors of #7530CF
Black with #7530CF
Text Example
Text Example
White with #7530CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7530CF; }
p { color: rgb(117,48,207); }
H1.HeaderClassName
{
color: #7530CF;
}
.AnyTagClassName
{
color: #7530CF;
}
</style>
background-color css
<style>
a { background-color: #7530CF; }
a { background-color: rgb(117,48,207); }
div.DivClassName
{
background-color: #7530CF;
}
.BgClassName
{
background-color: #7530CF;
}
</style>
border-color css
<style>
span { border-color: #7530CF; }
span { border-color: rgb(117,48,207); }
td.TdClassName
{
border-color: #7530CF;
}
.TagClassName
{
border-color: #7530CF;
}
</style>