Shades of Purple Heart #6F3DBE
Tints of Purple Heart #6F3DBE
RGB
CMYK
RGB Variations
Color information
#6F3DBE (or 0x6F3DBE) is known color: Purple Heart. HEX triplet: 6F, 3D and BE. RGB value is (111,61,190). Sum of RGB (Red+Green+Blue) = 111+61+190=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F3DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3DBE is #90C241. Grayscale: #5A5A5A. Windows color (decimal): -9486914 or 12467567. OLE color: 12467567.
HSL color Cylindrical-coordinate representation of color #6F3DBE: hue angle of 263.26º degrees, saturation: 0.51, 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 #6F3DBE is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 61 | 190 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.25 |
| HSL | 263.26º | 0.51% | 0.49% | - |
| HSV(B) | 263.26º | 0.68% | 0.75% | - |
| XYZ | 17.52 | 10.43 | 49.81 | - |
| YUV | 90.66 | 184.07 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 190 | 0.42 | 0.68 | 0 | 0.25 | 263.26 | 0.51 | 0.49 |
| Hex | 6F | 3D | BE | 2A | 44 | 0 | 19 | 107 | 33 | 31 |
| Octal | 157 | 75 | 276 | 52 | 104 | 0 | 31 | 407 | 63 | 61 |
| Binary | 1101111 | 111101 | 10111110 | 101010 | 1000100 | 0 | 11001 | 100000111 | 110011 | 110001 |
Color Harmonies of #6F3DBE
Complementary color
Monochromatic Colors of #6F3DBE
Black with #6F3DBE
Text Example
Text Example
White with #6F3DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3DBE; }
p { color: rgb(111,61,190); }
H1.HeaderClassName
{
color: #6F3DBE;
}
.AnyTagClassName
{
color: #6F3DBE;
}
</style>
background-color css
<style>
a { background-color: #6F3DBE; }
a { background-color: rgb(111,61,190); }
div.DivClassName
{
background-color: #6F3DBE;
}
.BgClassName
{
background-color: #6F3DBE;
}
</style>
border-color css
<style>
span { border-color: #6F3DBE; }
span { border-color: rgb(111,61,190); }
td.TdClassName
{
border-color: #6F3DBE;
}
.TagClassName
{
border-color: #6F3DBE;
}
</style>