Shades of Purple Heart #651CDC
Tints of Purple Heart #651CDC
RGB
CMYK
RGB Variations
Color information
#651CDC (or 0x651CDC) is known color: Purple Heart. HEX triplet: 65, 1C and DC. RGB value is (101,28,220). Sum of RGB (Red+Green+Blue) = 101+28+220=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #651CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651CDC is #9AE323. Grayscale: #474747. Windows color (decimal): -10150692 or 14425189. OLE color: 14425189.
HSL color Cylindrical-coordinate representation of color #651CDC: hue angle of 262.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #651CDC is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 28 | 220 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.14 |
| HSL | 262.81º | 0.77% | 0.49% | - |
| HSV(B) | 262.81º | 0.87% | 0.86% | - |
| XYZ | 18.7 | 8.76 | 68.42 | - |
| YUV | 71.72 | 211.68 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 220 | 0.54 | 0.87 | 0 | 0.14 | 262.81 | 0.77 | 0.49 |
| Hex | 65 | 1C | DC | 36 | 57 | 0 | E | 107 | 4D | 31 |
| Octal | 145 | 34 | 334 | 66 | 127 | 0 | 16 | 407 | 115 | 61 |
| Binary | 1100101 | 11100 | 11011100 | 110110 | 1010111 | 0 | 1110 | 100000111 | 1001101 | 110001 |
Color Harmonies of #651CDC
Complementary color
Monochromatic Colors of #651CDC
Black with #651CDC
Text Example
Text Example
White with #651CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651CDC; }
p { color: rgb(101,28,220); }
H1.HeaderClassName
{
color: #651CDC;
}
.AnyTagClassName
{
color: #651CDC;
}
</style>
background-color css
<style>
a { background-color: #651CDC; }
a { background-color: rgb(101,28,220); }
div.DivClassName
{
background-color: #651CDC;
}
.BgClassName
{
background-color: #651CDC;
}
</style>
border-color css
<style>
span { border-color: #651CDC; }
span { border-color: rgb(101,28,220); }
td.TdClassName
{
border-color: #651CDC;
}
.TagClassName
{
border-color: #651CDC;
}
</style>