Shades of Purple Heart #6F37CE
Tints of Purple Heart #6F37CE
RGB
CMYK
RGB Variations
Color information
#6F37CE (or 0x6F37CE) is known color: Purple Heart. HEX triplet: 6F, 37 and CE. RGB value is (111,55,206). Sum of RGB (Red+Green+Blue) = 111+55+206=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F37CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F37CE is #90C831. Grayscale: #585858. Windows color (decimal): -9488434 or 13514607. OLE color: 13514607.
HSL color Cylindrical-coordinate representation of color #6F37CE: hue angle of 262.25º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F37CE is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 55 | 206 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.19 |
| HSL | 262.25º | 0.61% | 0.51% | - |
| HSV(B) | 262.25º | 0.73% | 0.81% | - |
| XYZ | 19.06 | 10.57 | 59.43 | - |
| YUV | 88.96 | 194.05 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 206 | 0.46 | 0.73 | 0 | 0.19 | 262.25 | 0.61 | 0.51 |
| Hex | 6F | 37 | CE | 2E | 49 | 0 | 13 | 106 | 3D | 33 |
| Octal | 157 | 67 | 316 | 56 | 111 | 0 | 23 | 406 | 75 | 63 |
| Binary | 1101111 | 110111 | 11001110 | 101110 | 1001001 | 0 | 10011 | 100000110 | 111101 | 110011 |
Color Harmonies of #6F37CE
Complementary color
Monochromatic Colors of #6F37CE
Black with #6F37CE
Text Example
Text Example
White with #6F37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F37CE; }
p { color: rgb(111,55,206); }
H1.HeaderClassName
{
color: #6F37CE;
}
.AnyTagClassName
{
color: #6F37CE;
}
</style>
background-color css
<style>
a { background-color: #6F37CE; }
a { background-color: rgb(111,55,206); }
div.DivClassName
{
background-color: #6F37CE;
}
.BgClassName
{
background-color: #6F37CE;
}
</style>
border-color css
<style>
span { border-color: #6F37CE; }
span { border-color: rgb(111,55,206); }
td.TdClassName
{
border-color: #6F37CE;
}
.TagClassName
{
border-color: #6F37CE;
}
</style>