Shades of Purple Heart #6F10B8
Tints of Purple Heart #6F10B8
RGB
CMYK
RGB Variations
Color information
#6F10B8 (or 0x6F10B8) is known color: Purple Heart. HEX triplet: 6F, 10 and B8. RGB value is (111,16,184). Sum of RGB (Red+Green+Blue) = 111+16+184=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 184 (72.27% from 255 or 59.16% from 311); Max value from RGB is 184 - color contains mainly: blue. Hex color #6F10B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F10B8 is #90EF47. Grayscale: #3E3E3E. Windows color (decimal): -9498440 or 12062831. OLE color: 12062831.
HSL color Cylindrical-coordinate representation of color #6F10B8: hue angle of 273.93º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F10B8 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 16 | 184 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.28 |
| HSL | 273.93º | 0.84% | 0.39% | - |
| HSV(B) | 273.93º | 0.91% | 0.72% | - |
| XYZ | 15.39 | 7.21 | 45.93 | - |
| YUV | 63.56 | 195.97 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 184 | 0.40 | 0.91 | 0 | 0.28 | 273.93 | 0.84 | 0.39 |
| Hex | 6F | 10 | B8 | 28 | 5B | 0 | 1C | 112 | 54 | 27 |
| Octal | 157 | 20 | 270 | 50 | 133 | 0 | 34 | 422 | 124 | 47 |
| Binary | 1101111 | 10000 | 10111000 | 101000 | 1011011 | 0 | 11100 | 100010010 | 1010100 | 100111 |
Color Harmonies of #6F10B8
Complementary color
Monochromatic Colors of #6F10B8
Black with #6F10B8
Text Example
Text Example
White with #6F10B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F10B8; }
p { color: rgb(111,16,184); }
H1.HeaderClassName
{
color: #6F10B8;
}
.AnyTagClassName
{
color: #6F10B8;
}
</style>
background-color css
<style>
a { background-color: #6F10B8; }
a { background-color: rgb(111,16,184); }
div.DivClassName
{
background-color: #6F10B8;
}
.BgClassName
{
background-color: #6F10B8;
}
</style>
border-color css
<style>
span { border-color: #6F10B8; }
span { border-color: rgb(111,16,184); }
td.TdClassName
{
border-color: #6F10B8;
}
.TagClassName
{
border-color: #6F10B8;
}
</style>