Shades of Purple Heart #6F38D8
Tints of Purple Heart #6F38D8
RGB
CMYK
RGB Variations
Color information
#6F38D8 (or 0x6F38D8) is known color: Purple Heart. HEX triplet: 6F, 38 and D8. RGB value is (111,56,216). Sum of RGB (Red+Green+Blue) = 111+56+216=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 216 (84.77% from 255 or 56.40% from 383); Max value from RGB is 216 - color contains mainly: blue. Hex color #6F38D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F38D8 is #90C727. Grayscale: #5A5A5A. Windows color (decimal): -9488168 or 14170223. OLE color: 14170223.
HSL color Cylindrical-coordinate representation of color #6F38D8: hue angle of 260.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F38D8 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 56 | 216 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.15 |
| HSL | 260.63º | 0.67% | 0.53% | - |
| HSV(B) | 260.63º | 0.74% | 0.85% | - |
| XYZ | 20.36 | 11.17 | 66.05 | - |
| YUV | 90.69 | 198.72 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 216 | 0.49 | 0.74 | 0 | 0.15 | 260.63 | 0.67 | 0.53 |
| Hex | 6F | 38 | D8 | 31 | 4A | 0 | F | 105 | 43 | 35 |
| Octal | 157 | 70 | 330 | 61 | 112 | 0 | 17 | 405 | 103 | 65 |
| Binary | 1101111 | 111000 | 11011000 | 110001 | 1001010 | 0 | 1111 | 100000101 | 1000011 | 110101 |
Color Harmonies of #6F38D8
Complementary color
Monochromatic Colors of #6F38D8
Black with #6F38D8
Text Example
Text Example
White with #6F38D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F38D8; }
p { color: rgb(111,56,216); }
H1.HeaderClassName
{
color: #6F38D8;
}
.AnyTagClassName
{
color: #6F38D8;
}
</style>
background-color css
<style>
a { background-color: #6F38D8; }
a { background-color: rgb(111,56,216); }
div.DivClassName
{
background-color: #6F38D8;
}
.BgClassName
{
background-color: #6F38D8;
}
</style>
border-color css
<style>
span { border-color: #6F38D8; }
span { border-color: rgb(111,56,216); }
td.TdClassName
{
border-color: #6F38D8;
}
.TagClassName
{
border-color: #6F38D8;
}
</style>