Shades of Purple Heart #6A38BA
Tints of Purple Heart #6A38BA
RGB
CMYK
RGB Variations
Color information
#6A38BA (or 0x6A38BA) is known color: Purple Heart. HEX triplet: 6A, 38 and BA. RGB value is (106,56,186). Sum of RGB (Red+Green+Blue) = 106+56+186=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A38BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A38BA is #95C745. Grayscale: #555555. Windows color (decimal): -9815878 or 12204138. OLE color: 12204138.
HSL color Cylindrical-coordinate representation of color #6A38BA: hue angle of 263.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A38BA is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 56 | 186 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.27 |
| HSL | 263.08º | 0.54% | 0.47% | - |
| HSV(B) | 263.08º | 0.7% | 0.73% | - |
| XYZ | 16.22 | 9.44 | 47.42 | - |
| YUV | 85.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 56 | 186 | 0.43 | 0.70 | 0 | 0.27 | 263.08 | 0.54 | 0.47 |
| Hex | 6A | 38 | BA | 2B | 46 | 0 | 1B | 107 | 36 | 2F |
| Octal | 152 | 70 | 272 | 53 | 106 | 0 | 33 | 407 | 66 | 57 |
| Binary | 1101010 | 111000 | 10111010 | 101011 | 1000110 | 0 | 11011 | 100000111 | 110110 | 101111 |
Color Harmonies of #6A38BA
Complementary color
Monochromatic Colors of #6A38BA
Black with #6A38BA
Text Example
Text Example
White with #6A38BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A38BA; }
p { color: rgb(106,56,186); }
H1.HeaderClassName
{
color: #6A38BA;
}
.AnyTagClassName
{
color: #6A38BA;
}
</style>
background-color css
<style>
a { background-color: #6A38BA; }
a { background-color: rgb(106,56,186); }
div.DivClassName
{
background-color: #6A38BA;
}
.BgClassName
{
background-color: #6A38BA;
}
</style>
border-color css
<style>
span { border-color: #6A38BA; }
span { border-color: rgb(106,56,186); }
td.TdClassName
{
border-color: #6A38BA;
}
.TagClassName
{
border-color: #6A38BA;
}
</style>