Shades of Purple Heart #6936BC
Tints of Purple Heart #6936BC
RGB
CMYK
RGB Variations
Color information
#6936BC (or 0x6936BC) is known color: Purple Heart. HEX triplet: 69, 36 and BC. RGB value is (105,54,188). Sum of RGB (Red+Green+Blue) = 105+54+188=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #6936BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6936BC is #96C943. Grayscale: #545454. Windows color (decimal): -9881924 or 12334697. OLE color: 12334697.
HSL color Cylindrical-coordinate representation of color #6936BC: hue angle of 262.84º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6936BC is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 54 | 188 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.26 |
| HSL | 262.84º | 0.55% | 0.47% | - |
| HSV(B) | 262.84º | 0.71% | 0.74% | - |
| XYZ | 16.22 | 9.27 | 48.51 | - |
| YUV | 84.53 | 186.4 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 188 | 0.44 | 0.71 | 0 | 0.26 | 262.84 | 0.55 | 0.47 |
| Hex | 69 | 36 | BC | 2C | 47 | 0 | 1A | 107 | 37 | 2F |
| Octal | 151 | 66 | 274 | 54 | 107 | 0 | 32 | 407 | 67 | 57 |
| Binary | 1101001 | 110110 | 10111100 | 101100 | 1000111 | 0 | 11010 | 100000111 | 110111 | 101111 |
Color Harmonies of #6936BC
Complementary color
Monochromatic Colors of #6936BC
Black with #6936BC
Text Example
Text Example
White with #6936BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6936BC; }
p { color: rgb(105,54,188); }
H1.HeaderClassName
{
color: #6936BC;
}
.AnyTagClassName
{
color: #6936BC;
}
</style>
background-color css
<style>
a { background-color: #6936BC; }
a { background-color: rgb(105,54,188); }
div.DivClassName
{
background-color: #6936BC;
}
.BgClassName
{
background-color: #6936BC;
}
</style>
border-color css
<style>
span { border-color: #6936BC; }
span { border-color: rgb(105,54,188); }
td.TdClassName
{
border-color: #6936BC;
}
.TagClassName
{
border-color: #6936BC;
}
</style>