Shades of Purple Heart #6F37C4
Tints of Purple Heart #6F37C4
RGB
CMYK
RGB Variations
Color information
#6F37C4 (or 0x6F37C4) is known color: Purple Heart. HEX triplet: 6F, 37 and C4. RGB value is (111,55,196). Sum of RGB (Red+Green+Blue) = 111+55+196=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 196 (76.95% from 255 or 54.14% from 362); Max value from RGB is 196 - color contains mainly: blue. Hex color #6F37C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F37C4 is #90C83B. Grayscale: #575757. Windows color (decimal): -9488444 or 12859247. OLE color: 12859247.
HSL color Cylindrical-coordinate representation of color #6F37C4: hue angle of 263.83º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F37C4 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 55 | 196 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.23 |
| HSL | 263.83º | 0.56% | 0.49% | - |
| HSV(B) | 263.83º | 0.72% | 0.77% | - |
| XYZ | 17.89 | 10.1 | 53.23 | - |
| YUV | 87.82 | 189.05 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 196 | 0.43 | 0.72 | 0 | 0.23 | 263.83 | 0.56 | 0.49 |
| Hex | 6F | 37 | C4 | 2B | 48 | 0 | 17 | 108 | 38 | 31 |
| Octal | 157 | 67 | 304 | 53 | 110 | 0 | 27 | 410 | 70 | 61 |
| Binary | 1101111 | 110111 | 11000100 | 101011 | 1001000 | 0 | 10111 | 100001000 | 111000 | 110001 |
Color Harmonies of #6F37C4
Complementary color
Monochromatic Colors of #6F37C4
Black with #6F37C4
Text Example
Text Example
White with #6F37C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F37C4; }
p { color: rgb(111,55,196); }
H1.HeaderClassName
{
color: #6F37C4;
}
.AnyTagClassName
{
color: #6F37C4;
}
</style>
background-color css
<style>
a { background-color: #6F37C4; }
a { background-color: rgb(111,55,196); }
div.DivClassName
{
background-color: #6F37C4;
}
.BgClassName
{
background-color: #6F37C4;
}
</style>
border-color css
<style>
span { border-color: #6F37C4; }
span { border-color: rgb(111,55,196); }
td.TdClassName
{
border-color: #6F37C4;
}
.TagClassName
{
border-color: #6F37C4;
}
</style>