Shades of Purple Heart #6538E5
Tints of Purple Heart #6538E5
RGB
CMYK
RGB Variations
Color information
#6538E5 (or 0x6538E5) is known color: Purple Heart. HEX triplet: 65, 38 and E5. RGB value is (101,56,229). Sum of RGB (Red+Green+Blue) = 101+56+229=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 229 (89.84% from 255 or 59.33% from 386); Max value from RGB is 229 - color contains mainly: blue. Hex color #6538E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6538E5 is #9AC71A. Grayscale: #585858. Windows color (decimal): -10143515 or 15022181. OLE color: 15022181.
HSL color Cylindrical-coordinate representation of color #6538E5: hue angle of 255.61º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6538E5 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 56 | 229 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.10 |
| HSL | 255.61º | 0.77% | 0.56% | - |
| HSV(B) | 255.61º | 0.76% | 0.9% | - |
| XYZ | 20.92 | 11.25 | 75.2 | - |
| YUV | 89.18 | 206.91 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 56 | 229 | 0.56 | 0.76 | 0 | 0.10 | 255.61 | 0.77 | 0.56 |
| Hex | 65 | 38 | E5 | 38 | 4C | 0 | A | 100 | 4D | 38 |
| Octal | 145 | 70 | 345 | 70 | 114 | 0 | 12 | 400 | 115 | 70 |
| Binary | 1100101 | 111000 | 11100101 | 111000 | 1001100 | 0 | 1010 | 100000000 | 1001101 | 111000 |
Color Harmonies of #6538E5
Complementary color
Monochromatic Colors of #6538E5
Black with #6538E5
Text Example
Text Example
White with #6538E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6538E5; }
p { color: rgb(101,56,229); }
H1.HeaderClassName
{
color: #6538E5;
}
.AnyTagClassName
{
color: #6538E5;
}
</style>
background-color css
<style>
a { background-color: #6538E5; }
a { background-color: rgb(101,56,229); }
div.DivClassName
{
background-color: #6538E5;
}
.BgClassName
{
background-color: #6538E5;
}
</style>
border-color css
<style>
span { border-color: #6538E5; }
span { border-color: rgb(101,56,229); }
td.TdClassName
{
border-color: #6538E5;
}
.TagClassName
{
border-color: #6538E5;
}
</style>