Shades of Purple Heart #652AC0
Tints of Purple Heart #652AC0
RGB
CMYK
RGB Variations
Color information
#652AC0 (or 0x652AC0) is known color: Purple Heart. HEX triplet: 65, 2A and C0. RGB value is (101,42,192). Sum of RGB (Red+Green+Blue) = 101+42+192=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #652AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652AC0 is #9AD53F. Grayscale: #4C4C4C. Windows color (decimal): -10147136 or 12593765. OLE color: 12593765.
HSL color Cylindrical-coordinate representation of color #652AC0: hue angle of 263.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #652AC0 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 42 | 192 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.25 |
| HSL | 263.6º | 0.64% | 0.46% | - |
| HSV(B) | 263.6º | 0.78% | 0.75% | - |
| XYZ | 15.71 | 8.23 | 50.63 | - |
| YUV | 76.74 | 193.05 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 192 | 0.47 | 0.78 | 0 | 0.25 | 263.6 | 0.64 | 0.46 |
| Hex | 65 | 2A | C0 | 2F | 4E | 0 | 19 | 108 | 40 | 2E |
| Octal | 145 | 52 | 300 | 57 | 116 | 0 | 31 | 410 | 100 | 56 |
| Binary | 1100101 | 101010 | 11000000 | 101111 | 1001110 | 0 | 11001 | 100001000 | 1000000 | 101110 |
Color Harmonies of #652AC0
Complementary color
Monochromatic Colors of #652AC0
Black with #652AC0
Text Example
Text Example
White with #652AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652AC0; }
p { color: rgb(101,42,192); }
H1.HeaderClassName
{
color: #652AC0;
}
.AnyTagClassName
{
color: #652AC0;
}
</style>
background-color css
<style>
a { background-color: #652AC0; }
a { background-color: rgb(101,42,192); }
div.DivClassName
{
background-color: #652AC0;
}
.BgClassName
{
background-color: #652AC0;
}
</style>
border-color css
<style>
span { border-color: #652AC0; }
span { border-color: rgb(101,42,192); }
td.TdClassName
{
border-color: #652AC0;
}
.TagClassName
{
border-color: #652AC0;
}
</style>