Shades of Purple Heart #6A33DF
Tints of Purple Heart #6A33DF
RGB
CMYK
RGB Variations
Color information
#6A33DF (or 0x6A33DF) is known color: Purple Heart. HEX triplet: 6A, 33 and DF. RGB value is (106,51,223). Sum of RGB (Red+Green+Blue) = 106+51+223=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A33DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A33DF is #95CC20. Grayscale: #565656. Windows color (decimal): -9817121 or 14627690. OLE color: 14627690.
HSL color Cylindrical-coordinate representation of color #6A33DF: hue angle of 259.19º 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 #6A33DF is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 51 | 223 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.13 |
| HSL | 259.19º | 0.73% | 0.54% | - |
| HSV(B) | 259.19º | 0.77% | 0.87% | - |
| XYZ | 20.45 | 10.76 | 70.81 | - |
| YUV | 87.05 | 204.72 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 51 | 223 | 0.52 | 0.77 | 0 | 0.13 | 259.19 | 0.73 | 0.54 |
| Hex | 6A | 33 | DF | 34 | 4D | 0 | D | 103 | 49 | 36 |
| Octal | 152 | 63 | 337 | 64 | 115 | 0 | 15 | 403 | 111 | 66 |
| Binary | 1101010 | 110011 | 11011111 | 110100 | 1001101 | 0 | 1101 | 100000011 | 1001001 | 110110 |
Color Harmonies of #6A33DF
Complementary color
Monochromatic Colors of #6A33DF
Black with #6A33DF
Text Example
Text Example
White with #6A33DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A33DF; }
p { color: rgb(106,51,223); }
H1.HeaderClassName
{
color: #6A33DF;
}
.AnyTagClassName
{
color: #6A33DF;
}
</style>
background-color css
<style>
a { background-color: #6A33DF; }
a { background-color: rgb(106,51,223); }
div.DivClassName
{
background-color: #6A33DF;
}
.BgClassName
{
background-color: #6A33DF;
}
</style>
border-color css
<style>
span { border-color: #6A33DF; }
span { border-color: rgb(106,51,223); }
td.TdClassName
{
border-color: #6A33DF;
}
.TagClassName
{
border-color: #6A33DF;
}
</style>