Shades of Purple Heart #6933DA
Tints of Purple Heart #6933DA
RGB
CMYK
RGB Variations
Color information
#6933DA (or 0x6933DA) is known color: Purple Heart. HEX triplet: 69, 33 and DA. RGB value is (105,51,218). Sum of RGB (Red+Green+Blue) = 105+51+218=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #6933DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6933DA is #96CC25. Grayscale: #555555. Windows color (decimal): -9882662 or 14300009. OLE color: 14300009.
HSL color Cylindrical-coordinate representation of color #6933DA: hue angle of 259.4º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6933DA is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 51 | 218 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.15 |
| HSL | 259.4º | 0.69% | 0.53% | - |
| HSV(B) | 259.4º | 0.77% | 0.85% | - |
| XYZ | 19.66 | 10.43 | 67.31 | - |
| YUV | 86.18 | 202.39 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 218 | 0.52 | 0.77 | 0 | 0.15 | 259.4 | 0.69 | 0.53 |
| Hex | 69 | 33 | DA | 34 | 4D | 0 | F | 103 | 45 | 35 |
| Octal | 151 | 63 | 332 | 64 | 115 | 0 | 17 | 403 | 105 | 65 |
| Binary | 1101001 | 110011 | 11011010 | 110100 | 1001101 | 0 | 1111 | 100000011 | 1000101 | 110101 |
Color Harmonies of #6933DA
Complementary color
Monochromatic Colors of #6933DA
Black with #6933DA
Text Example
Text Example
White with #6933DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6933DA; }
p { color: rgb(105,51,218); }
H1.HeaderClassName
{
color: #6933DA;
}
.AnyTagClassName
{
color: #6933DA;
}
</style>
background-color css
<style>
a { background-color: #6933DA; }
a { background-color: rgb(105,51,218); }
div.DivClassName
{
background-color: #6933DA;
}
.BgClassName
{
background-color: #6933DA;
}
</style>
border-color css
<style>
span { border-color: #6933DA; }
span { border-color: rgb(105,51,218); }
td.TdClassName
{
border-color: #6933DA;
}
.TagClassName
{
border-color: #6933DA;
}
</style>