Shades of Purple Heart #6B19A6
Tints of Purple Heart #6B19A6
RGB
CMYK
RGB Variations
Color information
#6B19A6 (or 0x6B19A6) is known color: Purple Heart. HEX triplet: 6B, 19 and A6. RGB value is (107,25,166). Sum of RGB (Red+Green+Blue) = 107+25+166=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 166 (65.23% from 255 or 55.70% from 298); Max value from RGB is 166 - color contains mainly: blue. Hex color #6B19A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B19A6 is #94E659. Grayscale: #414141. Windows color (decimal): -9758298 or 10885483. OLE color: 10885483.
HSL color Cylindrical-coordinate representation of color #6B19A6: hue angle of 274.89º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B19A6 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 25 | 166 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.35 |
| HSL | 274.89º | 0.74% | 0.37% | - |
| HSV(B) | 274.89º | 0.85% | 0.65% | - |
| XYZ | 13.29 | 6.57 | 36.64 | - |
| YUV | 65.59 | 184.67 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 166 | 0.36 | 0.85 | 0 | 0.35 | 274.89 | 0.74 | 0.37 |
| Hex | 6B | 19 | A6 | 24 | 55 | 0 | 23 | 113 | 4A | 25 |
| Octal | 153 | 31 | 246 | 44 | 125 | 0 | 43 | 423 | 112 | 45 |
| Binary | 1101011 | 11001 | 10100110 | 100100 | 1010101 | 0 | 100011 | 100010011 | 1001010 | 100101 |
Color Harmonies of #6B19A6
Complementary color
Monochromatic Colors of #6B19A6
Black with #6B19A6
Text Example
Text Example
White with #6B19A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B19A6; }
p { color: rgb(107,25,166); }
H1.HeaderClassName
{
color: #6B19A6;
}
.AnyTagClassName
{
color: #6B19A6;
}
</style>
background-color css
<style>
a { background-color: #6B19A6; }
a { background-color: rgb(107,25,166); }
div.DivClassName
{
background-color: #6B19A6;
}
.BgClassName
{
background-color: #6B19A6;
}
</style>
border-color css
<style>
span { border-color: #6B19A6; }
span { border-color: rgb(107,25,166); }
td.TdClassName
{
border-color: #6B19A6;
}
.TagClassName
{
border-color: #6B19A6;
}
</style>