Shades of Purple Heart #6935E5
Tints of Purple Heart #6935E5
RGB
CMYK
RGB Variations
Color information
#6935E5 (or 0x6935E5) is known color: Purple Heart. HEX triplet: 69, 35 and E5. RGB value is (105,53,229). Sum of RGB (Red+Green+Blue) = 105+53+229=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 229 (89.84% from 255 or 59.17% from 387); Max value from RGB is 229 - color contains mainly: blue. Hex color #6935E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6935E5 is #96CA1A. Grayscale: #575757. Windows color (decimal): -9882139 or 15021417. OLE color: 15021417.
HSL color Cylindrical-coordinate representation of color #6935E5: hue angle of 257.73º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6935E5 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 53 | 229 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.10 |
| HSL | 257.73º | 0.77% | 0.55% | - |
| HSV(B) | 257.73º | 0.77% | 0.9% | - |
| XYZ | 21.24 | 11.21 | 75.17 | - |
| YUV | 88.61 | 207.23 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 229 | 0.54 | 0.77 | 0 | 0.10 | 257.73 | 0.77 | 0.55 |
| Hex | 69 | 35 | E5 | 36 | 4D | 0 | A | 102 | 4D | 37 |
| Octal | 151 | 65 | 345 | 66 | 115 | 0 | 12 | 402 | 115 | 67 |
| Binary | 1101001 | 110101 | 11100101 | 110110 | 1001101 | 0 | 1010 | 100000010 | 1001101 | 110111 |
Color Harmonies of #6935E5
Complementary color
Monochromatic Colors of #6935E5
Black with #6935E5
Text Example
Text Example
White with #6935E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6935E5; }
p { color: rgb(105,53,229); }
H1.HeaderClassName
{
color: #6935E5;
}
.AnyTagClassName
{
color: #6935E5;
}
</style>
background-color css
<style>
a { background-color: #6935E5; }
a { background-color: rgb(105,53,229); }
div.DivClassName
{
background-color: #6935E5;
}
.BgClassName
{
background-color: #6935E5;
}
</style>
border-color css
<style>
span { border-color: #6935E5; }
span { border-color: rgb(105,53,229); }
td.TdClassName
{
border-color: #6935E5;
}
.TagClassName
{
border-color: #6935E5;
}
</style>