Shades of Purple Heart #6F3BDD
Tints of Purple Heart #6F3BDD
RGB
CMYK
RGB Variations
Color information
#6F3BDD (or 0x6F3BDD) is known color: Purple Heart. HEX triplet: 6F, 3B and DD. RGB value is (111,59,221). Sum of RGB (Red+Green+Blue) = 111+59+221=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F3BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3BDD is #90C422. Grayscale: #5C5C5C. Windows color (decimal): -9487395 or 14498671. OLE color: 14498671.
HSL color Cylindrical-coordinate representation of color #6F3BDD: hue angle of 259.26º degrees, saturation: 0.7, 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 #6F3BDD is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 59 | 221 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.13 |
| HSL | 259.26º | 0.7% | 0.55% | - |
| HSV(B) | 259.26º | 0.73% | 0.87% | - |
| XYZ | 21.17 | 11.73 | 69.55 | - |
| YUV | 93.02 | 200.23 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 59 | 221 | 0.50 | 0.73 | 0 | 0.13 | 259.26 | 0.7 | 0.55 |
| Hex | 6F | 3B | DD | 32 | 49 | 0 | D | 103 | 46 | 37 |
| Octal | 157 | 73 | 335 | 62 | 111 | 0 | 15 | 403 | 106 | 67 |
| Binary | 1101111 | 111011 | 11011101 | 110010 | 1001001 | 0 | 1101 | 100000011 | 1000110 | 110111 |
Color Harmonies of #6F3BDD
Complementary color
Monochromatic Colors of #6F3BDD
Black with #6F3BDD
Text Example
Text Example
White with #6F3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3BDD; }
p { color: rgb(111,59,221); }
H1.HeaderClassName
{
color: #6F3BDD;
}
.AnyTagClassName
{
color: #6F3BDD;
}
</style>
background-color css
<style>
a { background-color: #6F3BDD; }
a { background-color: rgb(111,59,221); }
div.DivClassName
{
background-color: #6F3BDD;
}
.BgClassName
{
background-color: #6F3BDD;
}
</style>
border-color css
<style>
span { border-color: #6F3BDD; }
span { border-color: rgb(111,59,221); }
td.TdClassName
{
border-color: #6F3BDD;
}
.TagClassName
{
border-color: #6F3BDD;
}
</style>