Shades of Purple Heart #6B0ECB
Tints of Purple Heart #6B0ECB
RGB
CMYK
RGB Variations
Color information
#6B0ECB (or 0x6B0ECB) is known color: Purple Heart. HEX triplet: 6B, 0E and CB. RGB value is (107,14,203). Sum of RGB (Red+Green+Blue) = 107+14+203=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B0ECB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0ECB is #94F134. Grayscale: #3E3E3E. Windows color (decimal): -9761077 or 13307499. OLE color: 13307499.
HSL color Cylindrical-coordinate representation of color #6B0ECB: hue angle of 269.52º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0ECB is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 14 | 203 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.20 |
| HSL | 269.52º | 0.87% | 0.43% | - |
| HSV(B) | 269.52º | 0.93% | 0.8% | - |
| XYZ | 17 | 7.75 | 57.1 | - |
| YUV | 63.35 | 206.81 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 14 | 203 | 0.47 | 0.93 | 0 | 0.20 | 269.52 | 0.87 | 0.43 |
| Hex | 6B | E | CB | 2F | 5D | 0 | 14 | 10E | 57 | 2B |
| Octal | 153 | 16 | 313 | 57 | 135 | 0 | 24 | 416 | 127 | 53 |
| Binary | 1101011 | 1110 | 11001011 | 101111 | 1011101 | 0 | 10100 | 100001110 | 1010111 | 101011 |
Color Harmonies of #6B0ECB
Complementary color
Monochromatic Colors of #6B0ECB
Black with #6B0ECB
Text Example
Text Example
White with #6B0ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0ECB; }
p { color: rgb(107,14,203); }
H1.HeaderClassName
{
color: #6B0ECB;
}
.AnyTagClassName
{
color: #6B0ECB;
}
</style>
background-color css
<style>
a { background-color: #6B0ECB; }
a { background-color: rgb(107,14,203); }
div.DivClassName
{
background-color: #6B0ECB;
}
.BgClassName
{
background-color: #6B0ECB;
}
</style>
border-color css
<style>
span { border-color: #6B0ECB; }
span { border-color: rgb(107,14,203); }
td.TdClassName
{
border-color: #6B0ECB;
}
.TagClassName
{
border-color: #6B0ECB;
}
</style>