Shades of Purple Heart #6918BA
Tints of Purple Heart #6918BA
RGB
CMYK
RGB Variations
Color information
#6918BA (or 0x6918BA) is known color: Purple Heart. HEX triplet: 69, 18 and BA. RGB value is (105,24,186). Sum of RGB (Red+Green+Blue) = 105+24+186=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #6918BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6918BA is #96E745. Grayscale: #424242. Windows color (decimal): -9889606 or 12195945. OLE color: 12195945.
HSL color Cylindrical-coordinate representation of color #6918BA: hue angle of 270º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6918BA is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 24 | 186 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.27 |
| HSL | 270º | 0.77% | 0.41% | - |
| HSV(B) | 270º | 0.87% | 0.73% | - |
| XYZ | 15.02 | 7.2 | 47.05 | - |
| YUV | 66.69 | 195.34 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 186 | 0.44 | 0.87 | 0 | 0.27 | 270 | 0.77 | 0.41 |
| Hex | 69 | 18 | BA | 2C | 57 | 0 | 1B | 10E | 4D | 29 |
| Octal | 151 | 30 | 272 | 54 | 127 | 0 | 33 | 416 | 115 | 51 |
| Binary | 1101001 | 11000 | 10111010 | 101100 | 1010111 | 0 | 11011 | 100001110 | 1001101 | 101001 |
Color Harmonies of #6918BA
Complementary color
Monochromatic Colors of #6918BA
Black with #6918BA
Text Example
Text Example
White with #6918BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6918BA; }
p { color: rgb(105,24,186); }
H1.HeaderClassName
{
color: #6918BA;
}
.AnyTagClassName
{
color: #6918BA;
}
</style>
background-color css
<style>
a { background-color: #6918BA; }
a { background-color: rgb(105,24,186); }
div.DivClassName
{
background-color: #6918BA;
}
.BgClassName
{
background-color: #6918BA;
}
</style>
border-color css
<style>
span { border-color: #6918BA; }
span { border-color: rgb(105,24,186); }
td.TdClassName
{
border-color: #6918BA;
}
.TagClassName
{
border-color: #6918BA;
}
</style>