Shades of Purple Heart #6F3DBF
Tints of Purple Heart #6F3DBF
RGB
CMYK
RGB Variations
Color information
#6F3DBF (or 0x6F3DBF) is known color: Purple Heart. HEX triplet: 6F, 3D and BF. RGB value is (111,61,191). Sum of RGB (Red+Green+Blue) = 111+61+191=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F3DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3DBF is #90C240. Grayscale: #5A5A5A. Windows color (decimal): -9486913 or 12533103. OLE color: 12533103.
HSL color Cylindrical-coordinate representation of color #6F3DBF: hue angle of 263.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F3DBF is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 61 | 191 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.25 |
| HSL | 263.08º | 0.52% | 0.49% | - |
| HSV(B) | 263.08º | 0.68% | 0.75% | - |
| XYZ | 17.63 | 10.48 | 50.38 | - |
| YUV | 90.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 191 | 0.42 | 0.68 | 0 | 0.25 | 263.08 | 0.52 | 0.49 |
| Hex | 6F | 3D | BF | 2A | 44 | 0 | 19 | 107 | 34 | 31 |
| Octal | 157 | 75 | 277 | 52 | 104 | 0 | 31 | 407 | 64 | 61 |
| Binary | 1101111 | 111101 | 10111111 | 101010 | 1000100 | 0 | 11001 | 100000111 | 110100 | 110001 |
Color Harmonies of #6F3DBF
Complementary color
Monochromatic Colors of #6F3DBF
Black with #6F3DBF
Text Example
Text Example
White with #6F3DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3DBF; }
p { color: rgb(111,61,191); }
H1.HeaderClassName
{
color: #6F3DBF;
}
.AnyTagClassName
{
color: #6F3DBF;
}
</style>
background-color css
<style>
a { background-color: #6F3DBF; }
a { background-color: rgb(111,61,191); }
div.DivClassName
{
background-color: #6F3DBF;
}
.BgClassName
{
background-color: #6F3DBF;
}
</style>
border-color css
<style>
span { border-color: #6F3DBF; }
span { border-color: rgb(111,61,191); }
td.TdClassName
{
border-color: #6F3DBF;
}
.TagClassName
{
border-color: #6F3DBF;
}
</style>