Shades of Purple Heart #6F37D0
Tints of Purple Heart #6F37D0
RGB
CMYK
RGB Variations
Color information
#6F37D0 (or 0x6F37D0) is known color: Purple Heart. HEX triplet: 6F, 37 and D0. RGB value is (111,55,208). Sum of RGB (Red+Green+Blue) = 111+55+208=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #6F37D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F37D0 is #90C82F. Grayscale: #585858. Windows color (decimal): -9488432 or 13645679. OLE color: 13645679.
HSL color Cylindrical-coordinate representation of color #6F37D0: hue angle of 261.96º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F37D0 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 55 | 208 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.18 |
| HSL | 261.96º | 0.62% | 0.52% | - |
| HSV(B) | 261.96º | 0.74% | 0.82% | - |
| XYZ | 19.31 | 10.67 | 60.72 | - |
| YUV | 89.19 | 195.05 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 208 | 0.47 | 0.74 | 0 | 0.18 | 261.96 | 0.62 | 0.52 |
| Hex | 6F | 37 | D0 | 2F | 4A | 0 | 12 | 106 | 3E | 34 |
| Octal | 157 | 67 | 320 | 57 | 112 | 0 | 22 | 406 | 76 | 64 |
| Binary | 1101111 | 110111 | 11010000 | 101111 | 1001010 | 0 | 10010 | 100000110 | 111110 | 110100 |
Color Harmonies of #6F37D0
Complementary color
Monochromatic Colors of #6F37D0
Black with #6F37D0
Text Example
Text Example
White with #6F37D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F37D0; }
p { color: rgb(111,55,208); }
H1.HeaderClassName
{
color: #6F37D0;
}
.AnyTagClassName
{
color: #6F37D0;
}
</style>
background-color css
<style>
a { background-color: #6F37D0; }
a { background-color: rgb(111,55,208); }
div.DivClassName
{
background-color: #6F37D0;
}
.BgClassName
{
background-color: #6F37D0;
}
</style>
border-color css
<style>
span { border-color: #6F37D0; }
span { border-color: rgb(111,55,208); }
td.TdClassName
{
border-color: #6F37D0;
}
.TagClassName
{
border-color: #6F37D0;
}
</style>