Shades of Purple Heart #6A00BE
Tints of Purple Heart #6A00BE
RGB
CMYK
RGB Variations
Color information
#6A00BE (or 0x6A00BE) is known color: Purple Heart. HEX triplet: 6A, 00 and BE. RGB value is (106,0,190). Sum of RGB (Red+Green+Blue) = 106+0+190=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A00BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A00BE is #95FF41. Grayscale: #343434. Windows color (decimal): -9830210 or 12451946. OLE color: 12451946.
HSL color Cylindrical-coordinate representation of color #6A00BE: hue angle of 273.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A00BE is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 0 | 190 | - |
| CMYK | 0.44 | 1 | 0 | 0.25 |
| HSL | 273.47º | 1% | 0.37% | - |
| HSV(B) | 273.47º | 1% | 0.75% | - |
| XYZ | 15.24 | 6.78 | 49.22 | - |
| YUV | 53.35 | 205.12 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 190 | 0.44 | 1 | 0 | 0.25 | 273.47 | 1 | 0.37 |
| Hex | 6A | 0 | BE | 2C | 64 | 0 | 19 | 111 | 64 | 25 |
| Octal | 152 | 0 | 276 | 54 | 144 | 0 | 31 | 421 | 144 | 45 |
| Binary | 1101010 | 0 | 10111110 | 101100 | 1100100 | 0 | 11001 | 100010001 | 1100100 | 100101 |
Color Harmonies of #6A00BE
Complementary color
Monochromatic Colors of #6A00BE
Black with #6A00BE
Text Example
Text Example
White with #6A00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A00BE; }
p { color: rgb(106,0,190); }
H1.HeaderClassName
{
color: #6A00BE;
}
.AnyTagClassName
{
color: #6A00BE;
}
</style>
background-color css
<style>
a { background-color: #6A00BE; }
a { background-color: rgb(106,0,190); }
div.DivClassName
{
background-color: #6A00BE;
}
.BgClassName
{
background-color: #6A00BE;
}
</style>
border-color css
<style>
span { border-color: #6A00BE; }
span { border-color: rgb(106,0,190); }
td.TdClassName
{
border-color: #6A00BE;
}
.TagClassName
{
border-color: #6A00BE;
}
</style>