Shades of Purple Heart #6918AB
Tints of Purple Heart #6918AB
RGB
CMYK
RGB Variations
Color information
#6918AB (or 0x6918AB) is known color: Purple Heart. HEX triplet: 69, 18 and AB. RGB value is (105,24,171). Sum of RGB (Red+Green+Blue) = 105+24+171=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #6918AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6918AB is #96E754. Grayscale: #404040. Windows color (decimal): -9889621 or 11212905. OLE color: 11212905.
HSL color Cylindrical-coordinate representation of color #6918AB: hue angle of 273.06º degrees, saturation: 0.75, 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 #6918AB is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 24 | 171 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.33 |
| HSL | 273.06º | 0.75% | 0.38% | - |
| HSV(B) | 273.06º | 0.86% | 0.67% | - |
| XYZ | 13.5 | 6.6 | 39.09 | - |
| YUV | 64.98 | 187.84 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 171 | 0.39 | 0.86 | 0 | 0.33 | 273.06 | 0.75 | 0.38 |
| Hex | 69 | 18 | AB | 27 | 56 | 0 | 21 | 111 | 4B | 26 |
| Octal | 151 | 30 | 253 | 47 | 126 | 0 | 41 | 421 | 113 | 46 |
| Binary | 1101001 | 11000 | 10101011 | 100111 | 1010110 | 0 | 100001 | 100010001 | 1001011 | 100110 |
Color Harmonies of #6918AB
Complementary color
Monochromatic Colors of #6918AB
Black with #6918AB
Text Example
Text Example
White with #6918AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6918AB; }
p { color: rgb(105,24,171); }
H1.HeaderClassName
{
color: #6918AB;
}
.AnyTagClassName
{
color: #6918AB;
}
</style>
background-color css
<style>
a { background-color: #6918AB; }
a { background-color: rgb(105,24,171); }
div.DivClassName
{
background-color: #6918AB;
}
.BgClassName
{
background-color: #6918AB;
}
</style>
border-color css
<style>
span { border-color: #6918AB; }
span { border-color: rgb(105,24,171); }
td.TdClassName
{
border-color: #6918AB;
}
.TagClassName
{
border-color: #6918AB;
}
</style>