Shades of Purple Heart #6931B8
Tints of Purple Heart #6931B8
RGB
CMYK
RGB Variations
Color information
#6931B8 (or 0x6931B8) is known color: Purple Heart. HEX triplet: 69, 31 and B8. RGB value is (105,49,184). Sum of RGB (Red+Green+Blue) = 105+49+184=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 184 (72.27% from 255 or 54.44% from 338); Max value from RGB is 184 - color contains mainly: blue. Hex color #6931B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6931B8 is #96CE47. Grayscale: #505050. Windows color (decimal): -9883208 or 12071273. OLE color: 12071273.
HSL color Cylindrical-coordinate representation of color #6931B8: hue angle of 264.89º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6931B8 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 49 | 184 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.28 |
| HSL | 264.89º | 0.58% | 0.46% | - |
| HSV(B) | 264.89º | 0.73% | 0.72% | - |
| XYZ | 15.58 | 8.66 | 46.2 | - |
| YUV | 81.13 | 186.05 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 184 | 0.43 | 0.73 | 0 | 0.28 | 264.89 | 0.58 | 0.46 |
| Hex | 69 | 31 | B8 | 2B | 49 | 0 | 1C | 109 | 3A | 2E |
| Octal | 151 | 61 | 270 | 53 | 111 | 0 | 34 | 411 | 72 | 56 |
| Binary | 1101001 | 110001 | 10111000 | 101011 | 1001001 | 0 | 11100 | 100001001 | 111010 | 101110 |
Color Harmonies of #6931B8
Complementary color
Monochromatic Colors of #6931B8
Black with #6931B8
Text Example
Text Example
White with #6931B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6931B8; }
p { color: rgb(105,49,184); }
H1.HeaderClassName
{
color: #6931B8;
}
.AnyTagClassName
{
color: #6931B8;
}
</style>
background-color css
<style>
a { background-color: #6931B8; }
a { background-color: rgb(105,49,184); }
div.DivClassName
{
background-color: #6931B8;
}
.BgClassName
{
background-color: #6931B8;
}
</style>
border-color css
<style>
span { border-color: #6931B8; }
span { border-color: rgb(105,49,184); }
td.TdClassName
{
border-color: #6931B8;
}
.TagClassName
{
border-color: #6931B8;
}
</style>