Shades of Purple Heart #6B1ECB
Tints of Purple Heart #6B1ECB
RGB
CMYK
RGB Variations
Color information
#6B1ECB (or 0x6B1ECB) is known color: Purple Heart. HEX triplet: 6B, 1E and CB. RGB value is (107,30,203). Sum of RGB (Red+Green+Blue) = 107+30+203=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B1ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1ECB is #94E134. Grayscale: #484848. Windows color (decimal): -9756981 or 13311595. OLE color: 13311595.
HSL color Cylindrical-coordinate representation of color #6B1ECB: hue angle of 266.71º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1ECB is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 30 | 203 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.20 |
| HSL | 266.71º | 0.74% | 0.46% | - |
| HSV(B) | 266.71º | 0.85% | 0.8% | - |
| XYZ | 17.31 | 8.37 | 57.2 | - |
| YUV | 72.75 | 201.51 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 30 | 203 | 0.47 | 0.85 | 0 | 0.20 | 266.71 | 0.74 | 0.46 |
| Hex | 6B | 1E | CB | 2F | 55 | 0 | 14 | 10B | 4A | 2E |
| Octal | 153 | 36 | 313 | 57 | 125 | 0 | 24 | 413 | 112 | 56 |
| Binary | 1101011 | 11110 | 11001011 | 101111 | 1010101 | 0 | 10100 | 100001011 | 1001010 | 101110 |
Color Harmonies of #6B1ECB
Complementary color
Monochromatic Colors of #6B1ECB
Black with #6B1ECB
Text Example
Text Example
White with #6B1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1ECB; }
p { color: rgb(107,30,203); }
H1.HeaderClassName
{
color: #6B1ECB;
}
.AnyTagClassName
{
color: #6B1ECB;
}
</style>
background-color css
<style>
a { background-color: #6B1ECB; }
a { background-color: rgb(107,30,203); }
div.DivClassName
{
background-color: #6B1ECB;
}
.BgClassName
{
background-color: #6B1ECB;
}
</style>
border-color css
<style>
span { border-color: #6B1ECB; }
span { border-color: rgb(107,30,203); }
td.TdClassName
{
border-color: #6B1ECB;
}
.TagClassName
{
border-color: #6B1ECB;
}
</style>