Shades of Purple Heart #6A0FB4
Tints of Purple Heart #6A0FB4
RGB
CMYK
RGB Variations
Color information
#6A0FB4 (or 0x6A0FB4) is known color: Purple Heart. HEX triplet: 6A, 0F and B4. RGB value is (106,15,180). Sum of RGB (Red+Green+Blue) = 106+15+180=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 180 (70.70% from 255 or 59.80% from 301); Max value from RGB is 180 - color contains mainly: blue. Hex color #6A0FB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0FB4 is #95F04B. Grayscale: #3C3C3C. Windows color (decimal): -9826380 or 11800426. OLE color: 11800426.
HSL color Cylindrical-coordinate representation of color #6A0FB4: hue angle of 273.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0FB4 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 15 | 180 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.29 |
| HSL | 273.09º | 0.85% | 0.38% | - |
| HSV(B) | 273.09º | 0.92% | 0.71% | - |
| XYZ | 14.35 | 6.7 | 43.72 | - |
| YUV | 61.02 | 195.15 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 15 | 180 | 0.41 | 0.92 | 0 | 0.29 | 273.09 | 0.85 | 0.38 |
| Hex | 6A | F | B4 | 29 | 5C | 0 | 1D | 111 | 55 | 26 |
| Octal | 152 | 17 | 264 | 51 | 134 | 0 | 35 | 421 | 125 | 46 |
| Binary | 1101010 | 1111 | 10110100 | 101001 | 1011100 | 0 | 11101 | 100010001 | 1010101 | 100110 |
Color Harmonies of #6A0FB4
Complementary color
Monochromatic Colors of #6A0FB4
Black with #6A0FB4
Text Example
Text Example
White with #6A0FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0FB4; }
p { color: rgb(106,15,180); }
H1.HeaderClassName
{
color: #6A0FB4;
}
.AnyTagClassName
{
color: #6A0FB4;
}
</style>
background-color css
<style>
a { background-color: #6A0FB4; }
a { background-color: rgb(106,15,180); }
div.DivClassName
{
background-color: #6A0FB4;
}
.BgClassName
{
background-color: #6A0FB4;
}
</style>
border-color css
<style>
span { border-color: #6A0FB4; }
span { border-color: rgb(106,15,180); }
td.TdClassName
{
border-color: #6A0FB4;
}
.TagClassName
{
border-color: #6A0FB4;
}
</style>