Shades of Purple Heart #6B10AC
Tints of Purple Heart #6B10AC
RGB
CMYK
RGB Variations
Color information
#6B10AC (or 0x6B10AC) is known color: Purple Heart. HEX triplet: 6B, 10 and AC. RGB value is (107,16,172). Sum of RGB (Red+Green+Blue) = 107+16+172=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B10AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B10AC is #94EF53. Grayscale: #3C3C3C. Windows color (decimal): -9760596 or 11276395. OLE color: 11276395.
HSL color Cylindrical-coordinate representation of color #6B10AC: hue angle of 275º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B10AC is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 16 | 172 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.33 |
| HSL | 275º | 0.83% | 0.37% | - |
| HSV(B) | 275º | 0.91% | 0.67% | - |
| XYZ | 13.7 | 6.47 | 39.56 | - |
| YUV | 60.99 | 190.65 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 172 | 0.38 | 0.91 | 0 | 0.33 | 275 | 0.83 | 0.37 |
| Hex | 6B | 10 | AC | 26 | 5B | 0 | 21 | 113 | 53 | 25 |
| Octal | 153 | 20 | 254 | 46 | 133 | 0 | 41 | 423 | 123 | 45 |
| Binary | 1101011 | 10000 | 10101100 | 100110 | 1011011 | 0 | 100001 | 100010011 | 1010011 | 100101 |
Color Harmonies of #6B10AC
Complementary color
Monochromatic Colors of #6B10AC
Black with #6B10AC
Text Example
Text Example
White with #6B10AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B10AC; }
p { color: rgb(107,16,172); }
H1.HeaderClassName
{
color: #6B10AC;
}
.AnyTagClassName
{
color: #6B10AC;
}
</style>
background-color css
<style>
a { background-color: #6B10AC; }
a { background-color: rgb(107,16,172); }
div.DivClassName
{
background-color: #6B10AC;
}
.BgClassName
{
background-color: #6B10AC;
}
</style>
border-color css
<style>
span { border-color: #6B10AC; }
span { border-color: rgb(107,16,172); }
td.TdClassName
{
border-color: #6B10AC;
}
.TagClassName
{
border-color: #6B10AC;
}
</style>