Shades of Purple Heart #6A1ADF
Tints of Purple Heart #6A1ADF
RGB
CMYK
RGB Variations
Color information
#6A1ADF (or 0x6A1ADF) is known color: Purple Heart. HEX triplet: 6A, 1A and DF. RGB value is (106,26,223). Sum of RGB (Red+Green+Blue) = 106+26+223=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A1ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A1ADF is #95E520. Grayscale: #474747. Windows color (decimal): -9823521 or 14621290. OLE color: 14621290.
HSL color Cylindrical-coordinate representation of color #6A1ADF: hue angle of 264.37º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A1ADF is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 26 | 223 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.13 |
| HSL | 264.37º | 0.79% | 0.49% | - |
| HSV(B) | 264.37º | 0.88% | 0.87% | - |
| XYZ | 19.63 | 9.13 | 70.54 | - |
| YUV | 72.38 | 213 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 26 | 223 | 0.52 | 0.88 | 0 | 0.13 | 264.37 | 0.79 | 0.49 |
| Hex | 6A | 1A | DF | 34 | 58 | 0 | D | 108 | 4F | 31 |
| Octal | 152 | 32 | 337 | 64 | 130 | 0 | 15 | 410 | 117 | 61 |
| Binary | 1101010 | 11010 | 11011111 | 110100 | 1011000 | 0 | 1101 | 100001000 | 1001111 | 110001 |
Color Harmonies of #6A1ADF
Complementary color
Monochromatic Colors of #6A1ADF
Black with #6A1ADF
Text Example
Text Example
White with #6A1ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1ADF; }
p { color: rgb(106,26,223); }
H1.HeaderClassName
{
color: #6A1ADF;
}
.AnyTagClassName
{
color: #6A1ADF;
}
</style>
background-color css
<style>
a { background-color: #6A1ADF; }
a { background-color: rgb(106,26,223); }
div.DivClassName
{
background-color: #6A1ADF;
}
.BgClassName
{
background-color: #6A1ADF;
}
</style>
border-color css
<style>
span { border-color: #6A1ADF; }
span { border-color: rgb(106,26,223); }
td.TdClassName
{
border-color: #6A1ADF;
}
.TagClassName
{
border-color: #6A1ADF;
}
</style>