Shades of Purple Heart #6A06BD
Tints of Purple Heart #6A06BD
RGB
CMYK
RGB Variations
Color information
#6A06BD (or 0x6A06BD) is known color: Purple Heart. HEX triplet: 6A, 06 and BD. RGB value is (106,6,189). Sum of RGB (Red+Green+Blue) = 106+6+189=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A06BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A06BD is #95F942. Grayscale: #383838. Windows color (decimal): -9828675 or 12387946. OLE color: 12387946.
HSL color Cylindrical-coordinate representation of color #6A06BD: hue angle of 272.79º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A06BD is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 6 | 189 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.26 |
| HSL | 272.79º | 0.94% | 0.38% | - |
| HSV(B) | 272.79º | 0.97% | 0.74% | - |
| XYZ | 15.19 | 6.87 | 48.67 | - |
| YUV | 56.76 | 202.63 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 6 | 189 | 0.44 | 0.97 | 0 | 0.26 | 272.79 | 0.94 | 0.38 |
| Hex | 6A | 6 | BD | 2C | 61 | 0 | 1A | 111 | 5E | 26 |
| Octal | 152 | 6 | 275 | 54 | 141 | 0 | 32 | 421 | 136 | 46 |
| Binary | 1101010 | 110 | 10111101 | 101100 | 1100001 | 0 | 11010 | 100010001 | 1011110 | 100110 |
Color Harmonies of #6A06BD
Complementary color
Monochromatic Colors of #6A06BD
Black with #6A06BD
Text Example
Text Example
White with #6A06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A06BD; }
p { color: rgb(106,6,189); }
H1.HeaderClassName
{
color: #6A06BD;
}
.AnyTagClassName
{
color: #6A06BD;
}
</style>
background-color css
<style>
a { background-color: #6A06BD; }
a { background-color: rgb(106,6,189); }
div.DivClassName
{
background-color: #6A06BD;
}
.BgClassName
{
background-color: #6A06BD;
}
</style>
border-color css
<style>
span { border-color: #6A06BD; }
span { border-color: rgb(106,6,189); }
td.TdClassName
{
border-color: #6A06BD;
}
.TagClassName
{
border-color: #6A06BD;
}
</style>