Shades of Purple Heart #652BBA
Tints of Purple Heart #652BBA
RGB
CMYK
RGB Variations
Color information
#652BBA (or 0x652BBA) is known color: Purple Heart. HEX triplet: 65, 2B and BA. RGB value is (101,43,186). Sum of RGB (Red+Green+Blue) = 101+43+186=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #652BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652BBA is #9AD445. Grayscale: #4C4C4C. Windows color (decimal): -10146886 or 12200805. OLE color: 12200805.
HSL color Cylindrical-coordinate representation of color #652BBA: hue angle of 264.34º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #652BBA is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 43 | 186 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.27 |
| HSL | 264.34º | 0.62% | 0.45% | - |
| HSV(B) | 264.34º | 0.77% | 0.73% | - |
| XYZ | 15.09 | 8.04 | 47.21 | - |
| YUV | 76.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 186 | 0.46 | 0.77 | 0 | 0.27 | 264.34 | 0.62 | 0.45 |
| Hex | 65 | 2B | BA | 2E | 4D | 0 | 1B | 108 | 3E | 2D |
| Octal | 145 | 53 | 272 | 56 | 115 | 0 | 33 | 410 | 76 | 55 |
| Binary | 1100101 | 101011 | 10111010 | 101110 | 1001101 | 0 | 11011 | 100001000 | 111110 | 101101 |
Color Harmonies of #652BBA
Complementary color
Monochromatic Colors of #652BBA
Black with #652BBA
Text Example
Text Example
White with #652BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BBA; }
p { color: rgb(101,43,186); }
H1.HeaderClassName
{
color: #652BBA;
}
.AnyTagClassName
{
color: #652BBA;
}
</style>
background-color css
<style>
a { background-color: #652BBA; }
a { background-color: rgb(101,43,186); }
div.DivClassName
{
background-color: #652BBA;
}
.BgClassName
{
background-color: #652BBA;
}
</style>
border-color css
<style>
span { border-color: #652BBA; }
span { border-color: rgb(101,43,186); }
td.TdClassName
{
border-color: #652BBA;
}
.TagClassName
{
border-color: #652BBA;
}
</style>