Shades of Purple Heart #6F3DBB
Tints of Purple Heart #6F3DBB
RGB
CMYK
RGB Variations
Color information
#6F3DBB (or 0x6F3DBB) is known color: Purple Heart. HEX triplet: 6F, 3D and BB. RGB value is (111,61,187). Sum of RGB (Red+Green+Blue) = 111+61+187=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F3DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3DBB is #90C244. Grayscale: #595959. Windows color (decimal): -9486917 or 12270959. OLE color: 12270959.
HSL color Cylindrical-coordinate representation of color #6F3DBB: hue angle of 263.81º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F3DBB is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 61 | 187 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.27 |
| HSL | 263.81º | 0.51% | 0.49% | - |
| HSV(B) | 263.81º | 0.67% | 0.73% | - |
| XYZ | 17.19 | 10.3 | 48.1 | - |
| YUV | 90.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 187 | 0.41 | 0.67 | 0 | 0.27 | 263.81 | 0.51 | 0.49 |
| Hex | 6F | 3D | BB | 29 | 43 | 0 | 1B | 108 | 33 | 31 |
| Octal | 157 | 75 | 273 | 51 | 103 | 0 | 33 | 410 | 63 | 61 |
| Binary | 1101111 | 111101 | 10111011 | 101001 | 1000011 | 0 | 11011 | 100001000 | 110011 | 110001 |
Color Harmonies of #6F3DBB
Complementary color
Monochromatic Colors of #6F3DBB
Black with #6F3DBB
Text Example
Text Example
White with #6F3DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3DBB; }
p { color: rgb(111,61,187); }
H1.HeaderClassName
{
color: #6F3DBB;
}
.AnyTagClassName
{
color: #6F3DBB;
}
</style>
background-color css
<style>
a { background-color: #6F3DBB; }
a { background-color: rgb(111,61,187); }
div.DivClassName
{
background-color: #6F3DBB;
}
.BgClassName
{
background-color: #6F3DBB;
}
</style>
border-color css
<style>
span { border-color: #6F3DBB; }
span { border-color: rgb(111,61,187); }
td.TdClassName
{
border-color: #6F3DBB;
}
.TagClassName
{
border-color: #6F3DBB;
}
</style>