Shades of Purple Heart #6B07AD
Tints of Purple Heart #6B07AD
RGB
CMYK
RGB Variations
Color information
#6B07AD (or 0x6B07AD) is known color: Purple Heart. HEX triplet: 6B, 07 and AD. RGB value is (107,7,173). Sum of RGB (Red+Green+Blue) = 107+7+173=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B07AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B07AD is #94F852. Grayscale: #373737. Windows color (decimal): -9762899 or 11339627. OLE color: 11339627.
HSL color Cylindrical-coordinate representation of color #6B07AD: hue angle of 276.14º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B07AD is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 7 | 173 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.32 |
| HSL | 276.14º | 0.92% | 0.35% | - |
| HSV(B) | 276.14º | 0.96% | 0.68% | - |
| XYZ | 13.68 | 6.29 | 40.03 | - |
| YUV | 55.82 | 194.13 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 173 | 0.38 | 0.96 | 0 | 0.32 | 276.14 | 0.92 | 0.35 |
| Hex | 6B | 7 | AD | 26 | 60 | 0 | 20 | 114 | 5C | 23 |
| Octal | 153 | 7 | 255 | 46 | 140 | 0 | 40 | 424 | 134 | 43 |
| Binary | 1101011 | 111 | 10101101 | 100110 | 1100000 | 0 | 100000 | 100010100 | 1011100 | 100011 |
Color Harmonies of #6B07AD
Complementary color
Monochromatic Colors of #6B07AD
Black with #6B07AD
Text Example
Text Example
White with #6B07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B07AD; }
p { color: rgb(107,7,173); }
H1.HeaderClassName
{
color: #6B07AD;
}
.AnyTagClassName
{
color: #6B07AD;
}
</style>
background-color css
<style>
a { background-color: #6B07AD; }
a { background-color: rgb(107,7,173); }
div.DivClassName
{
background-color: #6B07AD;
}
.BgClassName
{
background-color: #6B07AD;
}
</style>
border-color css
<style>
span { border-color: #6B07AD; }
span { border-color: rgb(107,7,173); }
td.TdClassName
{
border-color: #6B07AD;
}
.TagClassName
{
border-color: #6B07AD;
}
</style>