Shades of Purple Heart #6F14CC
Tints of Purple Heart #6F14CC
RGB
CMYK
RGB Variations
Color information
#6F14CC (or 0x6F14CC) is known color: Purple Heart. HEX triplet: 6F, 14 and CC. RGB value is (111,20,204). Sum of RGB (Red+Green+Blue) = 111+20+204=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F14CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F14CC is #90EB33. Grayscale: #434343. Windows color (decimal): -9497396 or 13374575. OLE color: 13374575.
HSL color Cylindrical-coordinate representation of color #6F14CC: hue angle of 269.67º 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 #6F14CC is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 20 | 204 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.2 |
| HSL | 269.67º | 0.82% | 0.44% | - |
| HSV(B) | 269.67º | 0.9% | 0.8% | - |
| XYZ | 17.7 | 8.24 | 57.78 | - |
| YUV | 68.19 | 204.65 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 204 | 0.46 | 0.90 | 0 | 0.2 | 269.67 | 0.82 | 0.44 |
| Hex | 6F | 14 | CC | 2E | 5A | 0 | 14 | 10E | 52 | 2C |
| Octal | 157 | 24 | 314 | 56 | 132 | 0 | 24 | 416 | 122 | 54 |
| Binary | 1101111 | 10100 | 11001100 | 101110 | 1011010 | 0 | 10100 | 100001110 | 1010010 | 101100 |
Color Harmonies of #6F14CC
Complementary color
Monochromatic Colors of #6F14CC
Black with #6F14CC
Text Example
Text Example
White with #6F14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F14CC; }
p { color: rgb(111,20,204); }
H1.HeaderClassName
{
color: #6F14CC;
}
.AnyTagClassName
{
color: #6F14CC;
}
</style>
background-color css
<style>
a { background-color: #6F14CC; }
a { background-color: rgb(111,20,204); }
div.DivClassName
{
background-color: #6F14CC;
}
.BgClassName
{
background-color: #6F14CC;
}
</style>
border-color css
<style>
span { border-color: #6F14CC; }
span { border-color: rgb(111,20,204); }
td.TdClassName
{
border-color: #6F14CC;
}
.TagClassName
{
border-color: #6F14CC;
}
</style>