Shades of Purple Heart #6936BD
Tints of Purple Heart #6936BD
RGB
CMYK
RGB Variations
Color information
#6936BD (or 0x6936BD) is known color: Purple Heart. HEX triplet: 69, 36 and BD. RGB value is (105,54,189). Sum of RGB (Red+Green+Blue) = 105+54+189=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #6936BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6936BD is #96C942. Grayscale: #545454. Windows color (decimal): -9881923 or 12400233. OLE color: 12400233.
HSL color Cylindrical-coordinate representation of color #6936BD: hue angle of 262.67º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6936BD is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 54 | 189 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.26 |
| HSL | 262.67º | 0.56% | 0.48% | - |
| HSV(B) | 262.67º | 0.71% | 0.74% | - |
| XYZ | 16.33 | 9.32 | 49.08 | - |
| YUV | 84.64 | 186.9 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 189 | 0.44 | 0.71 | 0 | 0.26 | 262.67 | 0.56 | 0.48 |
| Hex | 69 | 36 | BD | 2C | 47 | 0 | 1A | 107 | 38 | 30 |
| Octal | 151 | 66 | 275 | 54 | 107 | 0 | 32 | 407 | 70 | 60 |
| Binary | 1101001 | 110110 | 10111101 | 101100 | 1000111 | 0 | 11010 | 100000111 | 111000 | 110000 |
Color Harmonies of #6936BD
Complementary color
Monochromatic Colors of #6936BD
Black with #6936BD
Text Example
Text Example
White with #6936BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6936BD; }
p { color: rgb(105,54,189); }
H1.HeaderClassName
{
color: #6936BD;
}
.AnyTagClassName
{
color: #6936BD;
}
</style>
background-color css
<style>
a { background-color: #6936BD; }
a { background-color: rgb(105,54,189); }
div.DivClassName
{
background-color: #6936BD;
}
.BgClassName
{
background-color: #6936BD;
}
</style>
border-color css
<style>
span { border-color: #6936BD; }
span { border-color: rgb(105,54,189); }
td.TdClassName
{
border-color: #6936BD;
}
.TagClassName
{
border-color: #6936BD;
}
</style>