Shades of Purple Heart #6F3DDB
Tints of Purple Heart #6F3DDB
RGB
CMYK
RGB Variations
Color information
#6F3DDB (or 0x6F3DDB) is known color: Purple Heart. HEX triplet: 6F, 3D and DB. RGB value is (111,61,219). Sum of RGB (Red+Green+Blue) = 111+61+219=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F3DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3DDB is #90C224. Grayscale: #5D5D5D. Windows color (decimal): -9486885 or 14368111. OLE color: 14368111.
HSL color Cylindrical-coordinate representation of color #6F3DDB: hue angle of 258.99º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F3DDB is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 61 | 219 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.14 |
| HSL | 258.99º | 0.69% | 0.55% | - |
| HSV(B) | 258.99º | 0.72% | 0.86% | - |
| XYZ | 21.01 | 11.83 | 68.19 | - |
| YUV | 93.96 | 198.57 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 219 | 0.49 | 0.72 | 0 | 0.14 | 258.99 | 0.69 | 0.55 |
| Hex | 6F | 3D | DB | 31 | 48 | 0 | E | 103 | 45 | 37 |
| Octal | 157 | 75 | 333 | 61 | 110 | 0 | 16 | 403 | 105 | 67 |
| Binary | 1101111 | 111101 | 11011011 | 110001 | 1001000 | 0 | 1110 | 100000011 | 1000101 | 110111 |
Color Harmonies of #6F3DDB
Complementary color
Monochromatic Colors of #6F3DDB
Black with #6F3DDB
Text Example
Text Example
White with #6F3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3DDB; }
p { color: rgb(111,61,219); }
H1.HeaderClassName
{
color: #6F3DDB;
}
.AnyTagClassName
{
color: #6F3DDB;
}
</style>
background-color css
<style>
a { background-color: #6F3DDB; }
a { background-color: rgb(111,61,219); }
div.DivClassName
{
background-color: #6F3DDB;
}
.BgClassName
{
background-color: #6F3DDB;
}
</style>
border-color css
<style>
span { border-color: #6F3DDB; }
span { border-color: rgb(111,61,219); }
td.TdClassName
{
border-color: #6F3DDB;
}
.TagClassName
{
border-color: #6F3DDB;
}
</style>