Shades of Purple Heart #6945BD
Tints of Purple Heart #6945BD
RGB
CMYK
RGB Variations
Color information
#6945BD (or 0x6945BD) is known color: Purple Heart. HEX triplet: 69, 45 and BD. RGB value is (105,69,189). Sum of RGB (Red+Green+Blue) = 105+69+189=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #6945BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6945BD is #96BA42. Grayscale: #5D5D5D. Windows color (decimal): -9878083 or 12404073. OLE color: 12404073.
HSL color Cylindrical-coordinate representation of color #6945BD: hue angle of 258º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6945BD is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 69 | 189 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.26 |
| HSL | 258º | 0.48% | 0.51% | - |
| HSV(B) | 258º | 0.63% | 0.74% | - |
| XYZ | 17.14 | 10.93 | 49.35 | - |
| YUV | 93.44 | 181.93 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 189 | 0.44 | 0.63 | 0 | 0.26 | 258 | 0.48 | 0.51 |
| Hex | 69 | 45 | BD | 2C | 3F | 0 | 1A | 102 | 30 | 33 |
| Octal | 151 | 105 | 275 | 54 | 77 | 0 | 32 | 402 | 60 | 63 |
| Binary | 1101001 | 1000101 | 10111101 | 101100 | 111111 | 0 | 11010 | 100000010 | 110000 | 110011 |
Color Harmonies of #6945BD
Complementary color
Monochromatic Colors of #6945BD
Black with #6945BD
Text Example
Text Example
White with #6945BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6945BD; }
p { color: rgb(105,69,189); }
H1.HeaderClassName
{
color: #6945BD;
}
.AnyTagClassName
{
color: #6945BD;
}
</style>
background-color css
<style>
a { background-color: #6945BD; }
a { background-color: rgb(105,69,189); }
div.DivClassName
{
background-color: #6945BD;
}
.BgClassName
{
background-color: #6945BD;
}
</style>
border-color css
<style>
span { border-color: #6945BD; }
span { border-color: rgb(105,69,189); }
td.TdClassName
{
border-color: #6945BD;
}
.TagClassName
{
border-color: #6945BD;
}
</style>