Shades of Purple Heart #6A1FD8
Tints of Purple Heart #6A1FD8
RGB
CMYK
RGB Variations
Color information
#6A1FD8 (or 0x6A1FD8) is known color: Purple Heart. HEX triplet: 6A, 1F and D8. RGB value is (106,31,216). Sum of RGB (Red+Green+Blue) = 106+31+216=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 216 (84.77% from 255 or 61.19% from 353); Max value from RGB is 216 - color contains mainly: blue. Hex color #6A1FD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A1FD8 is #95E027. Grayscale: #494949. Windows color (decimal): -9822248 or 14163818. OLE color: 14163818.
HSL color Cylindrical-coordinate representation of color #6A1FD8: hue angle of 264.32º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A1FD8 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 31 | 216 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.15 |
| HSL | 264.32º | 0.75% | 0.48% | - |
| HSV(B) | 264.32º | 0.86% | 0.85% | - |
| XYZ | 18.83 | 9 | 65.71 | - |
| YUV | 74.52 | 207.85 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 216 | 0.51 | 0.86 | 0 | 0.15 | 264.32 | 0.75 | 0.48 |
| Hex | 6A | 1F | D8 | 33 | 56 | 0 | F | 108 | 4B | 30 |
| Octal | 152 | 37 | 330 | 63 | 126 | 0 | 17 | 410 | 113 | 60 |
| Binary | 1101010 | 11111 | 11011000 | 110011 | 1010110 | 0 | 1111 | 100001000 | 1001011 | 110000 |
Color Harmonies of #6A1FD8
Complementary color
Monochromatic Colors of #6A1FD8
Black with #6A1FD8
Text Example
Text Example
White with #6A1FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1FD8; }
p { color: rgb(106,31,216); }
H1.HeaderClassName
{
color: #6A1FD8;
}
.AnyTagClassName
{
color: #6A1FD8;
}
</style>
background-color css
<style>
a { background-color: #6A1FD8; }
a { background-color: rgb(106,31,216); }
div.DivClassName
{
background-color: #6A1FD8;
}
.BgClassName
{
background-color: #6A1FD8;
}
</style>
border-color css
<style>
span { border-color: #6A1FD8; }
span { border-color: rgb(106,31,216); }
td.TdClassName
{
border-color: #6A1FD8;
}
.TagClassName
{
border-color: #6A1FD8;
}
</style>