Shades of Purple Heart #6931BC
Tints of Purple Heart #6931BC
RGB
CMYK
RGB Variations
Color information
#6931BC (or 0x6931BC) is known color: Purple Heart. HEX triplet: 69, 31 and BC. RGB value is (105,49,188). Sum of RGB (Red+Green+Blue) = 105+49+188=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #6931BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6931BC is #96CE43. Grayscale: #515151. Windows color (decimal): -9883204 or 12333417. OLE color: 12333417.
HSL color Cylindrical-coordinate representation of color #6931BC: hue angle of 264.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6931BC is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 49 | 188 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.26 |
| HSL | 264.17º | 0.59% | 0.46% | - |
| HSV(B) | 264.17º | 0.74% | 0.74% | - |
| XYZ | 16 | 8.83 | 48.44 | - |
| YUV | 81.59 | 188.05 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 188 | 0.44 | 0.74 | 0 | 0.26 | 264.17 | 0.59 | 0.46 |
| Hex | 69 | 31 | BC | 2C | 4A | 0 | 1A | 108 | 3B | 2E |
| Octal | 151 | 61 | 274 | 54 | 112 | 0 | 32 | 410 | 73 | 56 |
| Binary | 1101001 | 110001 | 10111100 | 101100 | 1001010 | 0 | 11010 | 100001000 | 111011 | 101110 |
Color Harmonies of #6931BC
Complementary color
Monochromatic Colors of #6931BC
Black with #6931BC
Text Example
Text Example
White with #6931BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6931BC; }
p { color: rgb(105,49,188); }
H1.HeaderClassName
{
color: #6931BC;
}
.AnyTagClassName
{
color: #6931BC;
}
</style>
background-color css
<style>
a { background-color: #6931BC; }
a { background-color: rgb(105,49,188); }
div.DivClassName
{
background-color: #6931BC;
}
.BgClassName
{
background-color: #6931BC;
}
</style>
border-color css
<style>
span { border-color: #6931BC; }
span { border-color: rgb(105,49,188); }
td.TdClassName
{
border-color: #6931BC;
}
.TagClassName
{
border-color: #6931BC;
}
</style>