Shades of Purple Heart #6B18AC
Tints of Purple Heart #6B18AC
RGB
CMYK
RGB Variations
Color information
#6B18AC (or 0x6B18AC) is known color: Purple Heart. HEX triplet: 6B, 18 and AC. RGB value is (107,24,172). Sum of RGB (Red+Green+Blue) = 107+24+172=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B18AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B18AC is #94E753. Grayscale: #414141. Windows color (decimal): -9758548 or 11278443. OLE color: 11278443.
HSL color Cylindrical-coordinate representation of color #6B18AC: hue angle of 273.65º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B18AC is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 24 | 172 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.33 |
| HSL | 273.65º | 0.76% | 0.38% | - |
| HSV(B) | 273.65º | 0.86% | 0.67% | - |
| XYZ | 13.84 | 6.76 | 39.6 | - |
| YUV | 65.69 | 188 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 24 | 172 | 0.38 | 0.86 | 0 | 0.33 | 273.65 | 0.76 | 0.38 |
| Hex | 6B | 18 | AC | 26 | 56 | 0 | 21 | 112 | 4C | 26 |
| Octal | 153 | 30 | 254 | 46 | 126 | 0 | 41 | 422 | 114 | 46 |
| Binary | 1101011 | 11000 | 10101100 | 100110 | 1010110 | 0 | 100001 | 100010010 | 1001100 | 100110 |
Color Harmonies of #6B18AC
Complementary color
Monochromatic Colors of #6B18AC
Black with #6B18AC
Text Example
Text Example
White with #6B18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B18AC; }
p { color: rgb(107,24,172); }
H1.HeaderClassName
{
color: #6B18AC;
}
.AnyTagClassName
{
color: #6B18AC;
}
</style>
background-color css
<style>
a { background-color: #6B18AC; }
a { background-color: rgb(107,24,172); }
div.DivClassName
{
background-color: #6B18AC;
}
.BgClassName
{
background-color: #6B18AC;
}
</style>
border-color css
<style>
span { border-color: #6B18AC; }
span { border-color: rgb(107,24,172); }
td.TdClassName
{
border-color: #6B18AC;
}
.TagClassName
{
border-color: #6B18AC;
}
</style>