Shades of Purple Heart #6F38BD
Tints of Purple Heart #6F38BD
RGB
CMYK
RGB Variations
Color information
#6F38BD (or 0x6F38BD) is known color: Purple Heart. HEX triplet: 6F, 38 and BD. RGB value is (111,56,189). Sum of RGB (Red+Green+Blue) = 111+56+189=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F38BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F38BD is #90C742. Grayscale: #575757. Windows color (decimal): -9488195 or 12400751. OLE color: 12400751.
HSL color Cylindrical-coordinate representation of color #6F38BD: hue angle of 264.81º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F38BD is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 56 | 189 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.26 |
| HSL | 264.81º | 0.54% | 0.48% | - |
| HSV(B) | 264.81º | 0.7% | 0.74% | - |
| XYZ | 17.16 | 9.88 | 49.15 | - |
| YUV | 87.61 | 185.22 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 189 | 0.41 | 0.70 | 0 | 0.26 | 264.81 | 0.54 | 0.48 |
| Hex | 6F | 38 | BD | 29 | 46 | 0 | 1A | 109 | 36 | 30 |
| Octal | 157 | 70 | 275 | 51 | 106 | 0 | 32 | 411 | 66 | 60 |
| Binary | 1101111 | 111000 | 10111101 | 101001 | 1000110 | 0 | 11010 | 100001001 | 110110 | 110000 |
Color Harmonies of #6F38BD
Complementary color
Monochromatic Colors of #6F38BD
Black with #6F38BD
Text Example
Text Example
White with #6F38BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F38BD; }
p { color: rgb(111,56,189); }
H1.HeaderClassName
{
color: #6F38BD;
}
.AnyTagClassName
{
color: #6F38BD;
}
</style>
background-color css
<style>
a { background-color: #6F38BD; }
a { background-color: rgb(111,56,189); }
div.DivClassName
{
background-color: #6F38BD;
}
.BgClassName
{
background-color: #6F38BD;
}
</style>
border-color css
<style>
span { border-color: #6F38BD; }
span { border-color: rgb(111,56,189); }
td.TdClassName
{
border-color: #6F38BD;
}
.TagClassName
{
border-color: #6F38BD;
}
</style>