Shades of Purple Heart #6845BD
Tints of Purple Heart #6845BD
RGB
CMYK
RGB Variations
Color information
#6845BD (or 0x6845BD) is known color: Purple Heart. HEX triplet: 68, 45 and BD. RGB value is (104,69,189). Sum of RGB (Red+Green+Blue) = 104+69+189=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #6845BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6845BD is #97BA42. Grayscale: #5C5C5C. Windows color (decimal): -9943619 or 12404072. OLE color: 12404072.
HSL color Cylindrical-coordinate representation of color #6845BD: hue angle of 257.5º 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 #6845BD is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 69 | 189 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.26 |
| HSL | 257.5º | 0.48% | 0.51% | - |
| HSV(B) | 257.5º | 0.63% | 0.74% | - |
| XYZ | 17.02 | 10.87 | 49.35 | - |
| YUV | 93.15 | 182.1 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 189 | 0.45 | 0.63 | 0 | 0.26 | 257.5 | 0.48 | 0.51 |
| Hex | 68 | 45 | BD | 2D | 3F | 0 | 1A | 102 | 30 | 33 |
| Octal | 150 | 105 | 275 | 55 | 77 | 0 | 32 | 402 | 60 | 63 |
| Binary | 1101000 | 1000101 | 10111101 | 101101 | 111111 | 0 | 11010 | 100000010 | 110000 | 110011 |
Color Harmonies of #6845BD
Complementary color
Monochromatic Colors of #6845BD
Black with #6845BD
Text Example
Text Example
White with #6845BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6845BD; }
p { color: rgb(104,69,189); }
H1.HeaderClassName
{
color: #6845BD;
}
.AnyTagClassName
{
color: #6845BD;
}
</style>
background-color css
<style>
a { background-color: #6845BD; }
a { background-color: rgb(104,69,189); }
div.DivClassName
{
background-color: #6845BD;
}
.BgClassName
{
background-color: #6845BD;
}
</style>
border-color css
<style>
span { border-color: #6845BD; }
span { border-color: rgb(104,69,189); }
td.TdClassName
{
border-color: #6845BD;
}
.TagClassName
{
border-color: #6845BD;
}
</style>