Shades of Purple Heart #652CBB
Tints of Purple Heart #652CBB
RGB
CMYK
RGB Variations
Color information
#652CBB (or 0x652CBB) is known color: Purple Heart. HEX triplet: 65, 2C and BB. RGB value is (101,44,187). Sum of RGB (Red+Green+Blue) = 101+44+187=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #652CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652CBB is #9AD344. Grayscale: #4C4C4C. Windows color (decimal): -10146629 or 12266597. OLE color: 12266597.
HSL color Cylindrical-coordinate representation of color #652CBB: hue angle of 263.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652CBB is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 44 | 187 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.27 |
| HSL | 263.92º | 0.62% | 0.45% | - |
| HSV(B) | 263.92º | 0.76% | 0.73% | - |
| XYZ | 15.24 | 8.16 | 47.78 | - |
| YUV | 77.35 | 189.88 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 187 | 0.46 | 0.76 | 0 | 0.27 | 263.92 | 0.62 | 0.45 |
| Hex | 65 | 2C | BB | 2E | 4C | 0 | 1B | 108 | 3E | 2D |
| Octal | 145 | 54 | 273 | 56 | 114 | 0 | 33 | 410 | 76 | 55 |
| Binary | 1100101 | 101100 | 10111011 | 101110 | 1001100 | 0 | 11011 | 100001000 | 111110 | 101101 |
Color Harmonies of #652CBB
Complementary color
Monochromatic Colors of #652CBB
Black with #652CBB
Text Example
Text Example
White with #652CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652CBB; }
p { color: rgb(101,44,187); }
H1.HeaderClassName
{
color: #652CBB;
}
.AnyTagClassName
{
color: #652CBB;
}
</style>
background-color css
<style>
a { background-color: #652CBB; }
a { background-color: rgb(101,44,187); }
div.DivClassName
{
background-color: #652CBB;
}
.BgClassName
{
background-color: #652CBB;
}
</style>
border-color css
<style>
span { border-color: #652CBB; }
span { border-color: rgb(101,44,187); }
td.TdClassName
{
border-color: #652CBB;
}
.TagClassName
{
border-color: #652CBB;
}
</style>