Shades of Purple Heart #6F3CDF
Tints of Purple Heart #6F3CDF
RGB
CMYK
RGB Variations
Color information
#6F3CDF (or 0x6F3CDF) is known color: Purple Heart. HEX triplet: 6F, 3C and DF. RGB value is (111,60,223). Sum of RGB (Red+Green+Blue) = 111+60+223=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F3CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3CDF is #90C320. Grayscale: #5D5D5D. Windows color (decimal): -9487137 or 14629999. OLE color: 14629999.
HSL color Cylindrical-coordinate representation of color #6F3CDF: hue angle of 258.77º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F3CDF is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 60 | 223 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.13 |
| HSL | 258.77º | 0.72% | 0.55% | - |
| HSV(B) | 258.77º | 0.73% | 0.87% | - |
| XYZ | 21.49 | 11.94 | 70.98 | - |
| YUV | 93.83 | 200.9 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 223 | 0.50 | 0.73 | 0 | 0.13 | 258.77 | 0.72 | 0.55 |
| Hex | 6F | 3C | DF | 32 | 49 | 0 | D | 103 | 48 | 37 |
| Octal | 157 | 74 | 337 | 62 | 111 | 0 | 15 | 403 | 110 | 67 |
| Binary | 1101111 | 111100 | 11011111 | 110010 | 1001001 | 0 | 1101 | 100000011 | 1001000 | 110111 |
Color Harmonies of #6F3CDF
Complementary color
Monochromatic Colors of #6F3CDF
Black with #6F3CDF
Text Example
Text Example
White with #6F3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3CDF; }
p { color: rgb(111,60,223); }
H1.HeaderClassName
{
color: #6F3CDF;
}
.AnyTagClassName
{
color: #6F3CDF;
}
</style>
background-color css
<style>
a { background-color: #6F3CDF; }
a { background-color: rgb(111,60,223); }
div.DivClassName
{
background-color: #6F3CDF;
}
.BgClassName
{
background-color: #6F3CDF;
}
</style>
border-color css
<style>
span { border-color: #6F3CDF; }
span { border-color: rgb(111,60,223); }
td.TdClassName
{
border-color: #6F3CDF;
}
.TagClassName
{
border-color: #6F3CDF;
}
</style>