Shades of Purple Heart #6B00AD
Tints of Purple Heart #6B00AD
RGB
CMYK
RGB Variations
Color information
#6B00AD (or 0x6B00AD) is known color: Purple Heart. HEX triplet: 6B, 00 and AD. RGB value is (107,0,173). Sum of RGB (Red+Green+Blue) = 107+0+173=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B00AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B00AD is #94FF52. Grayscale: #333333. Windows color (decimal): -9764691 or 11337835. OLE color: 11337835.
HSL color Cylindrical-coordinate representation of color #6B00AD: hue angle of 277.11º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B00AD is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 0 | 173 | - |
| CMYK | 0.38 | 1 | 0 | 0.32 |
| HSL | 277.11º | 1% | 0.34% | - |
| HSV(B) | 277.11º | 1% | 0.68% | - |
| XYZ | 13.61 | 6.14 | 40 | - |
| YUV | 51.72 | 196.45 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 173 | 0.38 | 1 | 0 | 0.32 | 277.11 | 1 | 0.34 |
| Hex | 6B | 0 | AD | 26 | 64 | 0 | 20 | 115 | 64 | 22 |
| Octal | 153 | 0 | 255 | 46 | 144 | 0 | 40 | 425 | 144 | 42 |
| Binary | 1101011 | 0 | 10101101 | 100110 | 1100100 | 0 | 100000 | 100010101 | 1100100 | 100010 |
Color Harmonies of #6B00AD
Complementary color
Monochromatic Colors of #6B00AD
Black with #6B00AD
Text Example
Text Example
White with #6B00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B00AD; }
p { color: rgb(107,0,173); }
H1.HeaderClassName
{
color: #6B00AD;
}
.AnyTagClassName
{
color: #6B00AD;
}
</style>
background-color css
<style>
a { background-color: #6B00AD; }
a { background-color: rgb(107,0,173); }
div.DivClassName
{
background-color: #6B00AD;
}
.BgClassName
{
background-color: #6B00AD;
}
</style>
border-color css
<style>
span { border-color: #6B00AD; }
span { border-color: rgb(107,0,173); }
td.TdClassName
{
border-color: #6B00AD;
}
.TagClassName
{
border-color: #6B00AD;
}
</style>