Shades of Purple Heart #651EDA
Tints of Purple Heart #651EDA
RGB
CMYK
RGB Variations
Color information
#651EDA (or 0x651EDA) is known color: Purple Heart. HEX triplet: 65, 1E and DA. RGB value is (101,30,218). Sum of RGB (Red+Green+Blue) = 101+30+218=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #651EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651EDA is #9AE125. Grayscale: #474747. Windows color (decimal): -10150182 or 14294629. OLE color: 14294629.
HSL color Cylindrical-coordinate representation of color #651EDA: hue angle of 262.66º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #651EDA is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 30 | 218 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.15 |
| HSL | 262.66º | 0.76% | 0.49% | - |
| HSV(B) | 262.66º | 0.86% | 0.85% | - |
| XYZ | 18.49 | 8.76 | 67.05 | - |
| YUV | 72.66 | 210.02 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 218 | 0.54 | 0.86 | 0 | 0.15 | 262.66 | 0.76 | 0.49 |
| Hex | 65 | 1E | DA | 36 | 56 | 0 | F | 107 | 4C | 31 |
| Octal | 145 | 36 | 332 | 66 | 126 | 0 | 17 | 407 | 114 | 61 |
| Binary | 1100101 | 11110 | 11011010 | 110110 | 1010110 | 0 | 1111 | 100000111 | 1001100 | 110001 |
Color Harmonies of #651EDA
Complementary color
Monochromatic Colors of #651EDA
Black with #651EDA
Text Example
Text Example
White with #651EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651EDA; }
p { color: rgb(101,30,218); }
H1.HeaderClassName
{
color: #651EDA;
}
.AnyTagClassName
{
color: #651EDA;
}
</style>
background-color css
<style>
a { background-color: #651EDA; }
a { background-color: rgb(101,30,218); }
div.DivClassName
{
background-color: #651EDA;
}
.BgClassName
{
background-color: #651EDA;
}
</style>
border-color css
<style>
span { border-color: #651EDA; }
span { border-color: rgb(101,30,218); }
td.TdClassName
{
border-color: #651EDA;
}
.TagClassName
{
border-color: #651EDA;
}
</style>