Shades of Purple Heart #6933DF
Tints of Purple Heart #6933DF
RGB
CMYK
RGB Variations
Color information
#6933DF (or 0x6933DF) is known color: Purple Heart. HEX triplet: 69, 33 and DF. RGB value is (105,51,223). Sum of RGB (Red+Green+Blue) = 105+51+223=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #6933DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6933DF is #96CC20. Grayscale: #565656. Windows color (decimal): -9882657 or 14627689. OLE color: 14627689.
HSL color Cylindrical-coordinate representation of color #6933DF: hue angle of 258.84º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6933DF is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 51 | 223 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.13 |
| HSL | 258.84º | 0.73% | 0.54% | - |
| HSV(B) | 258.84º | 0.77% | 0.87% | - |
| XYZ | 20.33 | 10.7 | 70.81 | - |
| YUV | 86.75 | 204.89 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 223 | 0.53 | 0.77 | 0 | 0.13 | 258.84 | 0.73 | 0.54 |
| Hex | 69 | 33 | DF | 35 | 4D | 0 | D | 103 | 49 | 36 |
| Octal | 151 | 63 | 337 | 65 | 115 | 0 | 15 | 403 | 111 | 66 |
| Binary | 1101001 | 110011 | 11011111 | 110101 | 1001101 | 0 | 1101 | 100000011 | 1001001 | 110110 |
Color Harmonies of #6933DF
Complementary color
Monochromatic Colors of #6933DF
Black with #6933DF
Text Example
Text Example
White with #6933DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6933DF; }
p { color: rgb(105,51,223); }
H1.HeaderClassName
{
color: #6933DF;
}
.AnyTagClassName
{
color: #6933DF;
}
</style>
background-color css
<style>
a { background-color: #6933DF; }
a { background-color: rgb(105,51,223); }
div.DivClassName
{
background-color: #6933DF;
}
.BgClassName
{
background-color: #6933DF;
}
</style>
border-color css
<style>
span { border-color: #6933DF; }
span { border-color: rgb(105,51,223); }
td.TdClassName
{
border-color: #6933DF;
}
.TagClassName
{
border-color: #6933DF;
}
</style>