Shades of Purple Heart #652ACB
Tints of Purple Heart #652ACB
RGB
CMYK
RGB Variations
Color information
#652ACB (or 0x652ACB) is known color: Purple Heart. HEX triplet: 65, 2A and CB. RGB value is (101,42,203). Sum of RGB (Red+Green+Blue) = 101+42+203=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #652ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652ACB is #9AD534. Grayscale: #4D4D4D. Windows color (decimal): -10147125 or 13314661. OLE color: 13314661.
HSL color Cylindrical-coordinate representation of color #652ACB: hue angle of 261.99º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #652ACB is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 42 | 203 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.20 |
| HSL | 261.99º | 0.66% | 0.48% | - |
| HSV(B) | 261.99º | 0.79% | 0.8% | - |
| XYZ | 16.97 | 8.73 | 57.29 | - |
| YUV | 78 | 198.55 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 203 | 0.50 | 0.79 | 0 | 0.20 | 261.99 | 0.66 | 0.48 |
| Hex | 65 | 2A | CB | 32 | 4F | 0 | 14 | 106 | 42 | 30 |
| Octal | 145 | 52 | 313 | 62 | 117 | 0 | 24 | 406 | 102 | 60 |
| Binary | 1100101 | 101010 | 11001011 | 110010 | 1001111 | 0 | 10100 | 100000110 | 1000010 | 110000 |
Color Harmonies of #652ACB
Complementary color
Monochromatic Colors of #652ACB
Black with #652ACB
Text Example
Text Example
White with #652ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652ACB; }
p { color: rgb(101,42,203); }
H1.HeaderClassName
{
color: #652ACB;
}
.AnyTagClassName
{
color: #652ACB;
}
</style>
background-color css
<style>
a { background-color: #652ACB; }
a { background-color: rgb(101,42,203); }
div.DivClassName
{
background-color: #652ACB;
}
.BgClassName
{
background-color: #652ACB;
}
</style>
border-color css
<style>
span { border-color: #652ACB; }
span { border-color: rgb(101,42,203); }
td.TdClassName
{
border-color: #652ACB;
}
.TagClassName
{
border-color: #652ACB;
}
</style>