Shades of Purple Heart #652ABE
Tints of Purple Heart #652ABE
RGB
CMYK
RGB Variations
Color information
#652ABE (or 0x652ABE) is known color: Purple Heart. HEX triplet: 65, 2A and BE. RGB value is (101,42,190). Sum of RGB (Red+Green+Blue) = 101+42+190=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #652ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652ABE is #9AD541. Grayscale: #4B4B4B. Windows color (decimal): -10147138 or 12462693. OLE color: 12462693.
HSL color Cylindrical-coordinate representation of color #652ABE: hue angle of 263.92º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #652ABE is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 42 | 190 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.25 |
| HSL | 263.92º | 0.64% | 0.45% | - |
| HSV(B) | 263.92º | 0.78% | 0.75% | - |
| XYZ | 15.49 | 8.14 | 49.47 | - |
| YUV | 76.51 | 192.05 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 190 | 0.47 | 0.78 | 0 | 0.25 | 263.92 | 0.64 | 0.45 |
| Hex | 65 | 2A | BE | 2F | 4E | 0 | 19 | 108 | 40 | 2D |
| Octal | 145 | 52 | 276 | 57 | 116 | 0 | 31 | 410 | 100 | 55 |
| Binary | 1100101 | 101010 | 10111110 | 101111 | 1001110 | 0 | 11001 | 100001000 | 1000000 | 101101 |
Color Harmonies of #652ABE
Complementary color
Monochromatic Colors of #652ABE
Black with #652ABE
Text Example
Text Example
White with #652ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652ABE; }
p { color: rgb(101,42,190); }
H1.HeaderClassName
{
color: #652ABE;
}
.AnyTagClassName
{
color: #652ABE;
}
</style>
background-color css
<style>
a { background-color: #652ABE; }
a { background-color: rgb(101,42,190); }
div.DivClassName
{
background-color: #652ABE;
}
.BgClassName
{
background-color: #652ABE;
}
</style>
border-color css
<style>
span { border-color: #652ABE; }
span { border-color: rgb(101,42,190); }
td.TdClassName
{
border-color: #652ABE;
}
.TagClassName
{
border-color: #652ABE;
}
</style>