Shades of Purple Heart #6935DA
Tints of Purple Heart #6935DA
RGB
CMYK
RGB Variations
Color information
#6935DA (or 0x6935DA) is known color: Purple Heart. HEX triplet: 69, 35 and DA. RGB value is (105,53,218). Sum of RGB (Red+Green+Blue) = 105+53+218=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #6935DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6935DA is #96CA25. Grayscale: #565656. Windows color (decimal): -9882150 or 14300521. OLE color: 14300521.
HSL color Cylindrical-coordinate representation of color #6935DA: hue angle of 258.91º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6935DA is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 53 | 218 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.15 |
| HSL | 258.91º | 0.69% | 0.53% | - |
| HSV(B) | 258.91º | 0.76% | 0.85% | - |
| XYZ | 19.75 | 10.61 | 67.34 | - |
| YUV | 87.36 | 201.73 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 218 | 0.52 | 0.76 | 0 | 0.15 | 258.91 | 0.69 | 0.53 |
| Hex | 69 | 35 | DA | 34 | 4C | 0 | F | 103 | 45 | 35 |
| Octal | 151 | 65 | 332 | 64 | 114 | 0 | 17 | 403 | 105 | 65 |
| Binary | 1101001 | 110101 | 11011010 | 110100 | 1001100 | 0 | 1111 | 100000011 | 1000101 | 110101 |
Color Harmonies of #6935DA
Complementary color
Monochromatic Colors of #6935DA
Black with #6935DA
Text Example
Text Example
White with #6935DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6935DA; }
p { color: rgb(105,53,218); }
H1.HeaderClassName
{
color: #6935DA;
}
.AnyTagClassName
{
color: #6935DA;
}
</style>
background-color css
<style>
a { background-color: #6935DA; }
a { background-color: rgb(105,53,218); }
div.DivClassName
{
background-color: #6935DA;
}
.BgClassName
{
background-color: #6935DA;
}
</style>
border-color css
<style>
span { border-color: #6935DA; }
span { border-color: rgb(105,53,218); }
td.TdClassName
{
border-color: #6935DA;
}
.TagClassName
{
border-color: #6935DA;
}
</style>