Shades of Purple Heart #6B1ECF
Tints of Purple Heart #6B1ECF
RGB
CMYK
RGB Variations
Color information
#6B1ECF (or 0x6B1ECF) is known color: Purple Heart. HEX triplet: 6B, 1E and CF. RGB value is (107,30,207). Sum of RGB (Red+Green+Blue) = 107+30+207=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B1ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1ECF is #94E130. Grayscale: #484848. Windows color (decimal): -9756977 or 13573739. OLE color: 13573739.
HSL color Cylindrical-coordinate representation of color #6B1ECF: hue angle of 266.1º degrees, saturation: 0.75, 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 #6B1ECF is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 30 | 207 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.19 |
| HSL | 266.1º | 0.75% | 0.46% | - |
| HSV(B) | 266.1º | 0.86% | 0.81% | - |
| XYZ | 17.79 | 8.56 | 59.75 | - |
| YUV | 73.2 | 203.51 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 30 | 207 | 0.48 | 0.86 | 0 | 0.19 | 266.1 | 0.75 | 0.46 |
| Hex | 6B | 1E | CF | 30 | 56 | 0 | 13 | 10A | 4B | 2E |
| Octal | 153 | 36 | 317 | 60 | 126 | 0 | 23 | 412 | 113 | 56 |
| Binary | 1101011 | 11110 | 11001111 | 110000 | 1010110 | 0 | 10011 | 100001010 | 1001011 | 101110 |
Color Harmonies of #6B1ECF
Complementary color
Monochromatic Colors of #6B1ECF
Black with #6B1ECF
Text Example
Text Example
White with #6B1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1ECF; }
p { color: rgb(107,30,207); }
H1.HeaderClassName
{
color: #6B1ECF;
}
.AnyTagClassName
{
color: #6B1ECF;
}
</style>
background-color css
<style>
a { background-color: #6B1ECF; }
a { background-color: rgb(107,30,207); }
div.DivClassName
{
background-color: #6B1ECF;
}
.BgClassName
{
background-color: #6B1ECF;
}
</style>
border-color css
<style>
span { border-color: #6B1ECF; }
span { border-color: rgb(107,30,207); }
td.TdClassName
{
border-color: #6B1ECF;
}
.TagClassName
{
border-color: #6B1ECF;
}
</style>