Shades of Purple Heart #652ABC
Tints of Purple Heart #652ABC
RGB
CMYK
RGB Variations
Color information
#652ABC (or 0x652ABC) is known color: Purple Heart. HEX triplet: 65, 2A and BC. RGB value is (101,42,188). Sum of RGB (Red+Green+Blue) = 101+42+188=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #652ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652ABC is #9AD543. Grayscale: #4B4B4B. Windows color (decimal): -10147140 or 12331621. OLE color: 12331621.
HSL color Cylindrical-coordinate representation of color #652ABC: hue angle of 264.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #652ABC is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 42 | 188 | - |
| CMYK | 0.46 | 0.78 | 0 | 0.26 |
| HSL | 264.25º | 0.63% | 0.45% | - |
| HSV(B) | 264.25º | 0.78% | 0.74% | - |
| XYZ | 15.27 | 8.05 | 48.33 | - |
| YUV | 76.29 | 191.05 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 188 | 0.46 | 0.78 | 0 | 0.26 | 264.25 | 0.63 | 0.45 |
| Hex | 65 | 2A | BC | 2E | 4E | 0 | 1A | 108 | 3F | 2D |
| Octal | 145 | 52 | 274 | 56 | 116 | 0 | 32 | 410 | 77 | 55 |
| Binary | 1100101 | 101010 | 10111100 | 101110 | 1001110 | 0 | 11010 | 100001000 | 111111 | 101101 |
Color Harmonies of #652ABC
Complementary color
Monochromatic Colors of #652ABC
Black with #652ABC
Text Example
Text Example
White with #652ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652ABC; }
p { color: rgb(101,42,188); }
H1.HeaderClassName
{
color: #652ABC;
}
.AnyTagClassName
{
color: #652ABC;
}
</style>
background-color css
<style>
a { background-color: #652ABC; }
a { background-color: rgb(101,42,188); }
div.DivClassName
{
background-color: #652ABC;
}
.BgClassName
{
background-color: #652ABC;
}
</style>
border-color css
<style>
span { border-color: #652ABC; }
span { border-color: rgb(101,42,188); }
td.TdClassName
{
border-color: #652ABC;
}
.TagClassName
{
border-color: #652ABC;
}
</style>