Shades of Purple Heart #6F38BB
Tints of Purple Heart #6F38BB
RGB
CMYK
RGB Variations
Color information
#6F38BB (or 0x6F38BB) is known color: Purple Heart. HEX triplet: 6F, 38 and BB. RGB value is (111,56,187). Sum of RGB (Red+Green+Blue) = 111+56+187=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F38BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F38BB is #90C744. Grayscale: #565656. Windows color (decimal): -9488197 or 12269679. OLE color: 12269679.
HSL color Cylindrical-coordinate representation of color #6F38BB: hue angle of 265.19º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F38BB is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 56 | 187 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.27 |
| HSL | 265.19º | 0.54% | 0.48% | - |
| HSV(B) | 265.19º | 0.7% | 0.73% | - |
| XYZ | 16.94 | 9.8 | 48.01 | - |
| YUV | 87.38 | 184.22 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 187 | 0.41 | 0.70 | 0 | 0.27 | 265.19 | 0.54 | 0.48 |
| Hex | 6F | 38 | BB | 29 | 46 | 0 | 1B | 109 | 36 | 30 |
| Octal | 157 | 70 | 273 | 51 | 106 | 0 | 33 | 411 | 66 | 60 |
| Binary | 1101111 | 111000 | 10111011 | 101001 | 1000110 | 0 | 11011 | 100001001 | 110110 | 110000 |
Color Harmonies of #6F38BB
Complementary color
Monochromatic Colors of #6F38BB
Black with #6F38BB
Text Example
Text Example
White with #6F38BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F38BB; }
p { color: rgb(111,56,187); }
H1.HeaderClassName
{
color: #6F38BB;
}
.AnyTagClassName
{
color: #6F38BB;
}
</style>
background-color css
<style>
a { background-color: #6F38BB; }
a { background-color: rgb(111,56,187); }
div.DivClassName
{
background-color: #6F38BB;
}
.BgClassName
{
background-color: #6F38BB;
}
</style>
border-color css
<style>
span { border-color: #6F38BB; }
span { border-color: rgb(111,56,187); }
td.TdClassName
{
border-color: #6F38BB;
}
.TagClassName
{
border-color: #6F38BB;
}
</style>