Shades of Purple Heart #6F14CB
Tints of Purple Heart #6F14CB
RGB
CMYK
RGB Variations
Color information
#6F14CB (or 0x6F14CB) is known color: Purple Heart. HEX triplet: 6F, 14 and CB. RGB value is (111,20,203). Sum of RGB (Red+Green+Blue) = 111+20+203=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F14CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F14CB is #90EB34. Grayscale: #434343. Windows color (decimal): -9497397 or 13309039. OLE color: 13309039.
HSL color Cylindrical-coordinate representation of color #6F14CB: hue angle of 269.84º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F14CB is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 20 | 203 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.20 |
| HSL | 269.84º | 0.82% | 0.44% | - |
| HSV(B) | 269.84º | 0.9% | 0.8% | - |
| XYZ | 17.59 | 8.19 | 57.15 | - |
| YUV | 68.07 | 204.15 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 203 | 0.45 | 0.90 | 0 | 0.20 | 269.84 | 0.82 | 0.44 |
| Hex | 6F | 14 | CB | 2D | 5A | 0 | 14 | 10E | 52 | 2C |
| Octal | 157 | 24 | 313 | 55 | 132 | 0 | 24 | 416 | 122 | 54 |
| Binary | 1101111 | 10100 | 11001011 | 101101 | 1011010 | 0 | 10100 | 100001110 | 1010010 | 101100 |
Color Harmonies of #6F14CB
Complementary color
Monochromatic Colors of #6F14CB
Black with #6F14CB
Text Example
Text Example
White with #6F14CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F14CB; }
p { color: rgb(111,20,203); }
H1.HeaderClassName
{
color: #6F14CB;
}
.AnyTagClassName
{
color: #6F14CB;
}
</style>
background-color css
<style>
a { background-color: #6F14CB; }
a { background-color: rgb(111,20,203); }
div.DivClassName
{
background-color: #6F14CB;
}
.BgClassName
{
background-color: #6F14CB;
}
</style>
border-color css
<style>
span { border-color: #6F14CB; }
span { border-color: rgb(111,20,203); }
td.TdClassName
{
border-color: #6F14CB;
}
.TagClassName
{
border-color: #6F14CB;
}
</style>