Shades of Purple Heart #6F39DD
Tints of Purple Heart #6F39DD
RGB
CMYK
RGB Variations
Color information
#6F39DD (or 0x6F39DD) is known color: Purple Heart. HEX triplet: 6F, 39 and DD. RGB value is (111,57,221). Sum of RGB (Red+Green+Blue) = 111+57+221=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F39DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F39DD is #90C622. Grayscale: #5B5B5B. Windows color (decimal): -9487907 or 14498159. OLE color: 14498159.
HSL color Cylindrical-coordinate representation of color #6F39DD: hue angle of 259.76º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F39DD is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 57 | 221 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.13 |
| HSL | 259.76º | 0.71% | 0.55% | - |
| HSV(B) | 259.76º | 0.74% | 0.87% | - |
| XYZ | 21.07 | 11.53 | 69.52 | - |
| YUV | 91.84 | 200.89 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 221 | 0.50 | 0.74 | 0 | 0.13 | 259.76 | 0.71 | 0.55 |
| Hex | 6F | 39 | DD | 32 | 4A | 0 | D | 104 | 47 | 37 |
| Octal | 157 | 71 | 335 | 62 | 112 | 0 | 15 | 404 | 107 | 67 |
| Binary | 1101111 | 111001 | 11011101 | 110010 | 1001010 | 0 | 1101 | 100000100 | 1000111 | 110111 |
Color Harmonies of #6F39DD
Complementary color
Monochromatic Colors of #6F39DD
Black with #6F39DD
Text Example
Text Example
White with #6F39DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F39DD; }
p { color: rgb(111,57,221); }
H1.HeaderClassName
{
color: #6F39DD;
}
.AnyTagClassName
{
color: #6F39DD;
}
</style>
background-color css
<style>
a { background-color: #6F39DD; }
a { background-color: rgb(111,57,221); }
div.DivClassName
{
background-color: #6F39DD;
}
.BgClassName
{
background-color: #6F39DD;
}
</style>
border-color css
<style>
span { border-color: #6F39DD; }
span { border-color: rgb(111,57,221); }
td.TdClassName
{
border-color: #6F39DD;
}
.TagClassName
{
border-color: #6F39DD;
}
</style>