Shades of Purple Heart #6B13B1
Tints of Purple Heart #6B13B1
RGB
CMYK
RGB Variations
Color information
#6B13B1 (or 0x6B13B1) is known color: Purple Heart. HEX triplet: 6B, 13 and B1. RGB value is (107,19,177). Sum of RGB (Red+Green+Blue) = 107+19+177=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 177 (69.53% from 255 or 58.42% from 303); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B13B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B13B1 is #94EC4E. Grayscale: #3E3E3E. Windows color (decimal): -9759823 or 11604843. OLE color: 11604843.
HSL color Cylindrical-coordinate representation of color #6B13B1: hue angle of 273.42º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B13B1 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 19 | 177 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.31 |
| HSL | 273.42º | 0.81% | 0.38% | - |
| HSV(B) | 273.42º | 0.89% | 0.69% | - |
| XYZ | 14.23 | 6.77 | 42.15 | - |
| YUV | 63.32 | 192.15 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 177 | 0.40 | 0.89 | 0 | 0.31 | 273.42 | 0.81 | 0.38 |
| Hex | 6B | 13 | B1 | 28 | 59 | 0 | 1F | 111 | 51 | 26 |
| Octal | 153 | 23 | 261 | 50 | 131 | 0 | 37 | 421 | 121 | 46 |
| Binary | 1101011 | 10011 | 10110001 | 101000 | 1011001 | 0 | 11111 | 100010001 | 1010001 | 100110 |
Color Harmonies of #6B13B1
Complementary color
Monochromatic Colors of #6B13B1
Black with #6B13B1
Text Example
Text Example
White with #6B13B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B13B1; }
p { color: rgb(107,19,177); }
H1.HeaderClassName
{
color: #6B13B1;
}
.AnyTagClassName
{
color: #6B13B1;
}
</style>
background-color css
<style>
a { background-color: #6B13B1; }
a { background-color: rgb(107,19,177); }
div.DivClassName
{
background-color: #6B13B1;
}
.BgClassName
{
background-color: #6B13B1;
}
</style>
border-color css
<style>
span { border-color: #6B13B1; }
span { border-color: rgb(107,19,177); }
td.TdClassName
{
border-color: #6B13B1;
}
.TagClassName
{
border-color: #6B13B1;
}
</style>