Shades of Purple Heart #6A01BF
Tints of Purple Heart #6A01BF
RGB
CMYK
RGB Variations
Color information
#6A01BF (or 0x6A01BF) is known color: Purple Heart. HEX triplet: 6A, 01 and BF. RGB value is (106,1,191). Sum of RGB (Red+Green+Blue) = 106+1+191=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A01BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A01BF is #95FE40. Grayscale: #353535. Windows color (decimal): -9829953 or 12517738. OLE color: 12517738.
HSL color Cylindrical-coordinate representation of color #6A01BF: hue angle of 273.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A01BF is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 1 | 191 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.25 |
| HSL | 273.16º | 0.99% | 0.38% | - |
| HSV(B) | 273.16º | 0.99% | 0.75% | - |
| XYZ | 15.36 | 6.85 | 49.8 | - |
| YUV | 54.06 | 205.29 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 1 | 191 | 0.45 | 0.99 | 0 | 0.25 | 273.16 | 0.99 | 0.38 |
| Hex | 6A | 1 | BF | 2D | 63 | 0 | 19 | 111 | 63 | 26 |
| Octal | 152 | 1 | 277 | 55 | 143 | 0 | 31 | 421 | 143 | 46 |
| Binary | 1101010 | 1 | 10111111 | 101101 | 1100011 | 0 | 11001 | 100010001 | 1100011 | 100110 |
Color Harmonies of #6A01BF
Complementary color
Monochromatic Colors of #6A01BF
Black with #6A01BF
Text Example
Text Example
White with #6A01BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A01BF; }
p { color: rgb(106,1,191); }
H1.HeaderClassName
{
color: #6A01BF;
}
.AnyTagClassName
{
color: #6A01BF;
}
</style>
background-color css
<style>
a { background-color: #6A01BF; }
a { background-color: rgb(106,1,191); }
div.DivClassName
{
background-color: #6A01BF;
}
.BgClassName
{
background-color: #6A01BF;
}
</style>
border-color css
<style>
span { border-color: #6A01BF; }
span { border-color: rgb(106,1,191); }
td.TdClassName
{
border-color: #6A01BF;
}
.TagClassName
{
border-color: #6A01BF;
}
</style>