Shades of Purple Heart #652BBF
Tints of Purple Heart #652BBF
RGB
CMYK
RGB Variations
Color information
#652BBF (or 0x652BBF) is known color: Purple Heart. HEX triplet: 65, 2B and BF. RGB value is (101,43,191). Sum of RGB (Red+Green+Blue) = 101+43+191=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #652BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652BBF is #9AD440. Grayscale: #4C4C4C. Windows color (decimal): -10146881 or 12528485. OLE color: 12528485.
HSL color Cylindrical-coordinate representation of color #652BBF: hue angle of 263.51º 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 #652BBF is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 43 | 191 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.25 |
| HSL | 263.51º | 0.63% | 0.46% | - |
| HSV(B) | 263.51º | 0.77% | 0.75% | - |
| XYZ | 15.63 | 8.26 | 50.06 | - |
| YUV | 77.21 | 192.22 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 191 | 0.47 | 0.77 | 0 | 0.25 | 263.51 | 0.63 | 0.46 |
| Hex | 65 | 2B | BF | 2F | 4D | 0 | 19 | 108 | 3F | 2E |
| Octal | 145 | 53 | 277 | 57 | 115 | 0 | 31 | 410 | 77 | 56 |
| Binary | 1100101 | 101011 | 10111111 | 101111 | 1001101 | 0 | 11001 | 100001000 | 111111 | 101110 |
Color Harmonies of #652BBF
Complementary color
Monochromatic Colors of #652BBF
Black with #652BBF
Text Example
Text Example
White with #652BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BBF; }
p { color: rgb(101,43,191); }
H1.HeaderClassName
{
color: #652BBF;
}
.AnyTagClassName
{
color: #652BBF;
}
</style>
background-color css
<style>
a { background-color: #652BBF; }
a { background-color: rgb(101,43,191); }
div.DivClassName
{
background-color: #652BBF;
}
.BgClassName
{
background-color: #652BBF;
}
</style>
border-color css
<style>
span { border-color: #652BBF; }
span { border-color: rgb(101,43,191); }
td.TdClassName
{
border-color: #652BBF;
}
.TagClassName
{
border-color: #652BBF;
}
</style>