Shades of Purple Heart #6F1CCE
Tints of Purple Heart #6F1CCE
RGB
CMYK
RGB Variations
Color information
#6F1CCE (or 0x6F1CCE) is known color: Purple Heart. HEX triplet: 6F, 1C and CE. RGB value is (111,28,206). Sum of RGB (Red+Green+Blue) = 111+28+206=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F1CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1CCE is #90E331. Grayscale: #484848. Windows color (decimal): -9495346 or 13507695. OLE color: 13507695.
HSL color Cylindrical-coordinate representation of color #6F1CCE: hue angle of 267.98º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1CCE is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 28 | 206 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.19 |
| HSL | 267.98º | 0.76% | 0.46% | - |
| HSV(B) | 267.98º | 0.86% | 0.81% | - |
| XYZ | 18.11 | 8.67 | 59.11 | - |
| YUV | 73.11 | 203 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 28 | 206 | 0.46 | 0.86 | 0 | 0.19 | 267.98 | 0.76 | 0.46 |
| Hex | 6F | 1C | CE | 2E | 56 | 0 | 13 | 10C | 4C | 2E |
| Octal | 157 | 34 | 316 | 56 | 126 | 0 | 23 | 414 | 114 | 56 |
| Binary | 1101111 | 11100 | 11001110 | 101110 | 1010110 | 0 | 10011 | 100001100 | 1001100 | 101110 |
Color Harmonies of #6F1CCE
Complementary color
Monochromatic Colors of #6F1CCE
Black with #6F1CCE
Text Example
Text Example
White with #6F1CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1CCE; }
p { color: rgb(111,28,206); }
H1.HeaderClassName
{
color: #6F1CCE;
}
.AnyTagClassName
{
color: #6F1CCE;
}
</style>
background-color css
<style>
a { background-color: #6F1CCE; }
a { background-color: rgb(111,28,206); }
div.DivClassName
{
background-color: #6F1CCE;
}
.BgClassName
{
background-color: #6F1CCE;
}
</style>
border-color css
<style>
span { border-color: #6F1CCE; }
span { border-color: rgb(111,28,206); }
td.TdClassName
{
border-color: #6F1CCE;
}
.TagClassName
{
border-color: #6F1CCE;
}
</style>