Shades of Purple Heart #6F0BCE
Tints of Purple Heart #6F0BCE
RGB
CMYK
RGB Variations
Color information
#6F0BCE (or 0x6F0BCE) is known color: Purple Heart. HEX triplet: 6F, 0B and CE. RGB value is (111,11,206). Sum of RGB (Red+Green+Blue) = 111+11+206=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F0BCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0BCE is #90F431. Grayscale: #3E3E3E. Windows color (decimal): -9499698 or 13503343. OLE color: 13503343.
HSL color Cylindrical-coordinate representation of color #6F0BCE: hue angle of 270.77º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0BCE is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 11 | 206 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.19 |
| HSL | 270.77º | 0.9% | 0.43% | - |
| HSV(B) | 270.77º | 0.95% | 0.81% | - |
| XYZ | 17.82 | 8.08 | 59.01 | - |
| YUV | 63.13 | 208.63 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 206 | 0.46 | 0.95 | 0 | 0.19 | 270.77 | 0.9 | 0.43 |
| Hex | 6F | B | CE | 2E | 5F | 0 | 13 | 10F | 5A | 2B |
| Octal | 157 | 13 | 316 | 56 | 137 | 0 | 23 | 417 | 132 | 53 |
| Binary | 1101111 | 1011 | 11001110 | 101110 | 1011111 | 0 | 10011 | 100001111 | 1011010 | 101011 |
Color Harmonies of #6F0BCE
Complementary color
Monochromatic Colors of #6F0BCE
Black with #6F0BCE
Text Example
Text Example
White with #6F0BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0BCE; }
p { color: rgb(111,11,206); }
H1.HeaderClassName
{
color: #6F0BCE;
}
.AnyTagClassName
{
color: #6F0BCE;
}
</style>
background-color css
<style>
a { background-color: #6F0BCE; }
a { background-color: rgb(111,11,206); }
div.DivClassName
{
background-color: #6F0BCE;
}
.BgClassName
{
background-color: #6F0BCE;
}
</style>
border-color css
<style>
span { border-color: #6F0BCE; }
span { border-color: rgb(111,11,206); }
td.TdClassName
{
border-color: #6F0BCE;
}
.TagClassName
{
border-color: #6F0BCE;
}
</style>