Shades of Purple Heart #652FCE
Tints of Purple Heart #652FCE
RGB
CMYK
RGB Variations
Color information
#652FCE (or 0x652FCE) is known color: Purple Heart. HEX triplet: 65, 2F and CE. RGB value is (101,47,206). Sum of RGB (Red+Green+Blue) = 101+47+206=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #652FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652FCE is #9AD031. Grayscale: #505050. Windows color (decimal): -10145842 or 13512549. OLE color: 13512549.
HSL color Cylindrical-coordinate representation of color #652FCE: hue angle of 260.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #652FCE is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 47 | 206 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.19 |
| HSL | 260.38º | 0.63% | 0.5% | - |
| HSV(B) | 260.38º | 0.77% | 0.81% | - |
| XYZ | 17.52 | 9.26 | 59.26 | - |
| YUV | 81.27 | 198.39 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 206 | 0.51 | 0.77 | 0 | 0.19 | 260.38 | 0.63 | 0.5 |
| Hex | 65 | 2F | CE | 33 | 4D | 0 | 13 | 104 | 3F | 32 |
| Octal | 145 | 57 | 316 | 63 | 115 | 0 | 23 | 404 | 77 | 62 |
| Binary | 1100101 | 101111 | 11001110 | 110011 | 1001101 | 0 | 10011 | 100000100 | 111111 | 110010 |
Color Harmonies of #652FCE
Complementary color
Monochromatic Colors of #652FCE
Black with #652FCE
Text Example
Text Example
White with #652FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652FCE; }
p { color: rgb(101,47,206); }
H1.HeaderClassName
{
color: #652FCE;
}
.AnyTagClassName
{
color: #652FCE;
}
</style>
background-color css
<style>
a { background-color: #652FCE; }
a { background-color: rgb(101,47,206); }
div.DivClassName
{
background-color: #652FCE;
}
.BgClassName
{
background-color: #652FCE;
}
</style>
border-color css
<style>
span { border-color: #652FCE; }
span { border-color: rgb(101,47,206); }
td.TdClassName
{
border-color: #652FCE;
}
.TagClassName
{
border-color: #652FCE;
}
</style>