Shades of Purple Heart #6B10AF
Tints of Purple Heart #6B10AF
RGB
CMYK
RGB Variations
Color information
#6B10AF (or 0x6B10AF) is known color: Purple Heart. HEX triplet: 6B, 10 and AF. RGB value is (107,16,175). Sum of RGB (Red+Green+Blue) = 107+16+175=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B10AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B10AF is #94EF50. Grayscale: #3C3C3C. Windows color (decimal): -9760593 or 11473003. OLE color: 11473003.
HSL color Cylindrical-coordinate representation of color #6B10AF: hue angle of 274.34º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B10AF is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 16 | 175 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.31 |
| HSL | 274.34º | 0.83% | 0.37% | - |
| HSV(B) | 274.34º | 0.91% | 0.69% | - |
| XYZ | 13.99 | 6.59 | 41.09 | - |
| YUV | 61.34 | 192.15 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 175 | 0.39 | 0.91 | 0 | 0.31 | 274.34 | 0.83 | 0.37 |
| Hex | 6B | 10 | AF | 27 | 5B | 0 | 1F | 112 | 53 | 25 |
| Octal | 153 | 20 | 257 | 47 | 133 | 0 | 37 | 422 | 123 | 45 |
| Binary | 1101011 | 10000 | 10101111 | 100111 | 1011011 | 0 | 11111 | 100010010 | 1010011 | 100101 |
Color Harmonies of #6B10AF
Complementary color
Monochromatic Colors of #6B10AF
Black with #6B10AF
Text Example
Text Example
White with #6B10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B10AF; }
p { color: rgb(107,16,175); }
H1.HeaderClassName
{
color: #6B10AF;
}
.AnyTagClassName
{
color: #6B10AF;
}
</style>
background-color css
<style>
a { background-color: #6B10AF; }
a { background-color: rgb(107,16,175); }
div.DivClassName
{
background-color: #6B10AF;
}
.BgClassName
{
background-color: #6B10AF;
}
</style>
border-color css
<style>
span { border-color: #6B10AF; }
span { border-color: rgb(107,16,175); }
td.TdClassName
{
border-color: #6B10AF;
}
.TagClassName
{
border-color: #6B10AF;
}
</style>