Shades of Purple Heart #6945BC
Tints of Purple Heart #6945BC
RGB
CMYK
RGB Variations
Color information
#6945BC (or 0x6945BC) is known color: Purple Heart. HEX triplet: 69, 45 and BC. RGB value is (105,69,188). Sum of RGB (Red+Green+Blue) = 105+69+188=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #6945BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6945BC is #96BA43. Grayscale: #5C5C5C. Windows color (decimal): -9878084 or 12338537. OLE color: 12338537.
HSL color Cylindrical-coordinate representation of color #6945BC: hue angle of 258.15º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6945BC is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 69 | 188 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.26 |
| HSL | 258.15º | 0.47% | 0.5% | - |
| HSV(B) | 258.15º | 0.63% | 0.74% | - |
| XYZ | 17.03 | 10.89 | 48.78 | - |
| YUV | 93.33 | 181.43 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 188 | 0.44 | 0.63 | 0 | 0.26 | 258.15 | 0.47 | 0.5 |
| Hex | 69 | 45 | BC | 2C | 3F | 0 | 1A | 102 | 2F | 32 |
| Octal | 151 | 105 | 274 | 54 | 77 | 0 | 32 | 402 | 57 | 62 |
| Binary | 1101001 | 1000101 | 10111100 | 101100 | 111111 | 0 | 11010 | 100000010 | 101111 | 110010 |
Color Harmonies of #6945BC
Complementary color
Monochromatic Colors of #6945BC
Black with #6945BC
Text Example
Text Example
White with #6945BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6945BC; }
p { color: rgb(105,69,188); }
H1.HeaderClassName
{
color: #6945BC;
}
.AnyTagClassName
{
color: #6945BC;
}
</style>
background-color css
<style>
a { background-color: #6945BC; }
a { background-color: rgb(105,69,188); }
div.DivClassName
{
background-color: #6945BC;
}
.BgClassName
{
background-color: #6945BC;
}
</style>
border-color css
<style>
span { border-color: #6945BC; }
span { border-color: rgb(105,69,188); }
td.TdClassName
{
border-color: #6945BC;
}
.TagClassName
{
border-color: #6945BC;
}
</style>