Shades of Purple Heart #6F0ACB
Tints of Purple Heart #6F0ACB
RGB
CMYK
RGB Variations
Color information
#6F0ACB (or 0x6F0ACB) is known color: Purple Heart. HEX triplet: 6F, 0A and CB. RGB value is (111,10,203). Sum of RGB (Red+Green+Blue) = 111+10+203=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F0ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0ACB is #90F534. Grayscale: #3D3D3D. Windows color (decimal): -9499957 or 13306479. OLE color: 13306479.
HSL color Cylindrical-coordinate representation of color #6F0ACB: hue angle of 271.4º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0ACB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 10 | 203 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.20 |
| HSL | 271.4º | 0.91% | 0.42% | - |
| HSV(B) | 271.4º | 0.95% | 0.8% | - |
| XYZ | 17.44 | 7.91 | 57.11 | - |
| YUV | 62.2 | 207.46 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 203 | 0.45 | 0.95 | 0 | 0.20 | 271.4 | 0.91 | 0.42 |
| Hex | 6F | A | CB | 2D | 5F | 0 | 14 | 10F | 5B | 2A |
| Octal | 157 | 12 | 313 | 55 | 137 | 0 | 24 | 417 | 133 | 52 |
| Binary | 1101111 | 1010 | 11001011 | 101101 | 1011111 | 0 | 10100 | 100001111 | 1011011 | 101010 |
Color Harmonies of #6F0ACB
Complementary color
Monochromatic Colors of #6F0ACB
Black with #6F0ACB
Text Example
Text Example
White with #6F0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0ACB; }
p { color: rgb(111,10,203); }
H1.HeaderClassName
{
color: #6F0ACB;
}
.AnyTagClassName
{
color: #6F0ACB;
}
</style>
background-color css
<style>
a { background-color: #6F0ACB; }
a { background-color: rgb(111,10,203); }
div.DivClassName
{
background-color: #6F0ACB;
}
.BgClassName
{
background-color: #6F0ACB;
}
</style>
border-color css
<style>
span { border-color: #6F0ACB; }
span { border-color: rgb(111,10,203); }
td.TdClassName
{
border-color: #6F0ACB;
}
.TagClassName
{
border-color: #6F0ACB;
}
</style>