Shades of Purple Heart #650ACE
Tints of Purple Heart #650ACE
RGB
CMYK
RGB Variations
Color information
#650ACE (or 0x650ACE) is known color: Purple Heart. HEX triplet: 65, 0A and CE. RGB value is (101,10,206). Sum of RGB (Red+Green+Blue) = 101+10+206=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #650ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650ACE is #9AF531. Grayscale: #3A3A3A. Windows color (decimal): -10155314 or 13503077. OLE color: 13503077.
HSL color Cylindrical-coordinate representation of color #650ACE: hue angle of 267.86º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650ACE is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 10 | 206 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.19 |
| HSL | 267.86º | 0.91% | 0.42% | - |
| HSV(B) | 267.86º | 0.95% | 0.81% | - |
| XYZ | 16.62 | 7.44 | 58.95 | - |
| YUV | 59.55 | 210.65 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 10 | 206 | 0.51 | 0.95 | 0 | 0.19 | 267.86 | 0.91 | 0.42 |
| Hex | 65 | A | CE | 33 | 5F | 0 | 13 | 10C | 5B | 2A |
| Octal | 145 | 12 | 316 | 63 | 137 | 0 | 23 | 414 | 133 | 52 |
| Binary | 1100101 | 1010 | 11001110 | 110011 | 1011111 | 0 | 10011 | 100001100 | 1011011 | 101010 |
Color Harmonies of #650ACE
Complementary color
Monochromatic Colors of #650ACE
Black with #650ACE
Text Example
Text Example
White with #650ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650ACE; }
p { color: rgb(101,10,206); }
H1.HeaderClassName
{
color: #650ACE;
}
.AnyTagClassName
{
color: #650ACE;
}
</style>
background-color css
<style>
a { background-color: #650ACE; }
a { background-color: rgb(101,10,206); }
div.DivClassName
{
background-color: #650ACE;
}
.BgClassName
{
background-color: #650ACE;
}
</style>
border-color css
<style>
span { border-color: #650ACE; }
span { border-color: rgb(101,10,206); }
td.TdClassName
{
border-color: #650ACE;
}
.TagClassName
{
border-color: #650ACE;
}
</style>