Shades of Purple Heart #752BBF
Tints of Purple Heart #752BBF
RGB
CMYK
RGB Variations
Color information
#752BBF (or 0x752BBF) is known color: Purple Heart. HEX triplet: 75, 2B and BF. RGB value is (117,43,191). Sum of RGB (Red+Green+Blue) = 117+43+191=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #752BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BBF is #8AD440. Grayscale: #515151. Windows color (decimal): -9098305 or 12528501. OLE color: 12528501.
HSL color Cylindrical-coordinate representation of color #752BBF: hue angle of 270º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #752BBF is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 43 | 191 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.25 |
| HSL | 270º | 0.63% | 0.46% | - |
| HSV(B) | 270º | 0.77% | 0.75% | - |
| XYZ | 17.6 | 9.27 | 50.15 | - |
| YUV | 82 | 189.52 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 191 | 0.39 | 0.77 | 0 | 0.25 | 270 | 0.63 | 0.46 |
| Hex | 75 | 2B | BF | 27 | 4D | 0 | 19 | 10E | 3F | 2E |
| Octal | 165 | 53 | 277 | 47 | 115 | 0 | 31 | 416 | 77 | 56 |
| Binary | 1110101 | 101011 | 10111111 | 100111 | 1001101 | 0 | 11001 | 100001110 | 111111 | 101110 |
Color Harmonies of #752BBF
Complementary color
Monochromatic Colors of #752BBF
Black with #752BBF
Text Example
Text Example
White with #752BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752BBF; }
p { color: rgb(117,43,191); }
H1.HeaderClassName
{
color: #752BBF;
}
.AnyTagClassName
{
color: #752BBF;
}
</style>
background-color css
<style>
a { background-color: #752BBF; }
a { background-color: rgb(117,43,191); }
div.DivClassName
{
background-color: #752BBF;
}
.BgClassName
{
background-color: #752BBF;
}
</style>
border-color css
<style>
span { border-color: #752BBF; }
span { border-color: rgb(117,43,191); }
td.TdClassName
{
border-color: #752BBF;
}
.TagClassName
{
border-color: #752BBF;
}
</style>