Shades of Purple Heart #6F38BA
Tints of Purple Heart #6F38BA
RGB
CMYK
RGB Variations
Color information
#6F38BA (or 0x6F38BA) is known color: Purple Heart. HEX triplet: 6F, 38 and BA. RGB value is (111,56,186). Sum of RGB (Red+Green+Blue) = 111+56+186=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F38BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F38BA is #90C745. Grayscale: #565656. Windows color (decimal): -9488198 or 12204143. OLE color: 12204143.
HSL color Cylindrical-coordinate representation of color #6F38BA: hue angle of 265.38º 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 #6F38BA is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 56 | 186 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.27 |
| HSL | 265.38º | 0.54% | 0.47% | - |
| HSV(B) | 265.38º | 0.7% | 0.73% | - |
| XYZ | 16.83 | 9.75 | 47.45 | - |
| YUV | 87.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 186 | 0.40 | 0.70 | 0 | 0.27 | 265.38 | 0.54 | 0.47 |
| Hex | 6F | 38 | BA | 28 | 46 | 0 | 1B | 109 | 36 | 2F |
| Octal | 157 | 70 | 272 | 50 | 106 | 0 | 33 | 411 | 66 | 57 |
| Binary | 1101111 | 111000 | 10111010 | 101000 | 1000110 | 0 | 11011 | 100001001 | 110110 | 101111 |
Color Harmonies of #6F38BA
Complementary color
Monochromatic Colors of #6F38BA
Black with #6F38BA
Text Example
Text Example
White with #6F38BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F38BA; }
p { color: rgb(111,56,186); }
H1.HeaderClassName
{
color: #6F38BA;
}
.AnyTagClassName
{
color: #6F38BA;
}
</style>
background-color css
<style>
a { background-color: #6F38BA; }
a { background-color: rgb(111,56,186); }
div.DivClassName
{
background-color: #6F38BA;
}
.BgClassName
{
background-color: #6F38BA;
}
</style>
border-color css
<style>
span { border-color: #6F38BA; }
span { border-color: rgb(111,56,186); }
td.TdClassName
{
border-color: #6F38BA;
}
.TagClassName
{
border-color: #6F38BA;
}
</style>