Shades of Purple Heart #7530CD
Tints of Purple Heart #7530CD
RGB
CMYK
RGB Variations
Color information
#7530CD (or 0x7530CD) is known color: Purple Heart. HEX triplet: 75, 30 and CD. RGB value is (117,48,205). Sum of RGB (Red+Green+Blue) = 117+48+205=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #7530CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7530CD is #8ACF32. Grayscale: #555555. Windows color (decimal): -9097011 or 13447285. OLE color: 13447285.
HSL color Cylindrical-coordinate representation of color #7530CD: hue angle of 266.37º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7530CD is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 48 | 205 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.20 |
| HSL | 266.37º | 0.62% | 0.5% | - |
| HSV(B) | 266.37º | 0.77% | 0.8% | - |
| XYZ | 19.41 | 10.3 | 58.72 | - |
| YUV | 86.53 | 194.86 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 205 | 0.43 | 0.77 | 0 | 0.20 | 266.37 | 0.62 | 0.5 |
| Hex | 75 | 30 | CD | 2B | 4D | 0 | 14 | 10A | 3E | 32 |
| Octal | 165 | 60 | 315 | 53 | 115 | 0 | 24 | 412 | 76 | 62 |
| Binary | 1110101 | 110000 | 11001101 | 101011 | 1001101 | 0 | 10100 | 100001010 | 111110 | 110010 |
Color Harmonies of #7530CD
Complementary color
Monochromatic Colors of #7530CD
Black with #7530CD
Text Example
Text Example
White with #7530CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7530CD; }
p { color: rgb(117,48,205); }
H1.HeaderClassName
{
color: #7530CD;
}
.AnyTagClassName
{
color: #7530CD;
}
</style>
background-color css
<style>
a { background-color: #7530CD; }
a { background-color: rgb(117,48,205); }
div.DivClassName
{
background-color: #7530CD;
}
.BgClassName
{
background-color: #7530CD;
}
</style>
border-color css
<style>
span { border-color: #7530CD; }
span { border-color: rgb(117,48,205); }
td.TdClassName
{
border-color: #7530CD;
}
.TagClassName
{
border-color: #7530CD;
}
</style>