Shades of Purple Heart #652FC8
Tints of Purple Heart #652FC8
RGB
CMYK
RGB Variations
Color information
#652FC8 (or 0x652FC8) is known color: Purple Heart. HEX triplet: 65, 2F and C8. RGB value is (101,47,200). Sum of RGB (Red+Green+Blue) = 101+47+200=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 200 (78.52% from 255 or 57.47% from 348); Max value from RGB is 200 - color contains mainly: blue. Hex color #652FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652FC8 is #9AD037. Grayscale: #505050. Windows color (decimal): -10145848 or 13119333. OLE color: 13119333.
HSL color Cylindrical-coordinate representation of color #652FC8: hue angle of 261.18º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652FC8 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 47 | 200 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.22 |
| HSL | 261.18º | 0.62% | 0.48% | - |
| HSV(B) | 261.18º | 0.77% | 0.78% | - |
| XYZ | 16.81 | 8.97 | 55.49 | - |
| YUV | 80.59 | 195.39 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 200 | 0.49 | 0.76 | 0 | 0.22 | 261.18 | 0.62 | 0.48 |
| Hex | 65 | 2F | C8 | 31 | 4C | 0 | 16 | 105 | 3E | 30 |
| Octal | 145 | 57 | 310 | 61 | 114 | 0 | 26 | 405 | 76 | 60 |
| Binary | 1100101 | 101111 | 11001000 | 110001 | 1001100 | 0 | 10110 | 100000101 | 111110 | 110000 |
Color Harmonies of #652FC8
Complementary color
Monochromatic Colors of #652FC8
Black with #652FC8
Text Example
Text Example
White with #652FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652FC8; }
p { color: rgb(101,47,200); }
H1.HeaderClassName
{
color: #652FC8;
}
.AnyTagClassName
{
color: #652FC8;
}
</style>
background-color css
<style>
a { background-color: #652FC8; }
a { background-color: rgb(101,47,200); }
div.DivClassName
{
background-color: #652FC8;
}
.BgClassName
{
background-color: #652FC8;
}
</style>
border-color css
<style>
span { border-color: #652FC8; }
span { border-color: rgb(101,47,200); }
td.TdClassName
{
border-color: #652FC8;
}
.TagClassName
{
border-color: #652FC8;
}
</style>