Shades of Purple Heart #673BB6
Tints of Purple Heart #673BB6
RGB
CMYK
RGB Variations
Color information
#673BB6 (or 0x673BB6) is known color: Purple Heart. HEX triplet: 67, 3B and B6. RGB value is (103,59,182). Sum of RGB (Red+Green+Blue) = 103+59+182=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #673BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BB6 is #98C449. Grayscale: #555555. Windows color (decimal): -10011722 or 11942759. OLE color: 11942759.
HSL color Cylindrical-coordinate representation of color #673BB6: hue angle of 261.46º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #673BB6 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 59 | 182 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.29 |
| HSL | 261.46º | 0.51% | 0.47% | - |
| HSV(B) | 261.46º | 0.68% | 0.71% | - |
| XYZ | 15.6 | 9.39 | 45.25 | - |
| YUV | 86.18 | 182.08 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 182 | 0.43 | 0.68 | 0 | 0.29 | 261.46 | 0.51 | 0.47 |
| Hex | 67 | 3B | B6 | 2B | 44 | 0 | 1D | 105 | 33 | 2F |
| Octal | 147 | 73 | 266 | 53 | 104 | 0 | 35 | 405 | 63 | 57 |
| Binary | 1100111 | 111011 | 10110110 | 101011 | 1000100 | 0 | 11101 | 100000101 | 110011 | 101111 |
Color Harmonies of #673BB6
Complementary color
Monochromatic Colors of #673BB6
Black with #673BB6
Text Example
Text Example
White with #673BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BB6; }
p { color: rgb(103,59,182); }
H1.HeaderClassName
{
color: #673BB6;
}
.AnyTagClassName
{
color: #673BB6;
}
</style>
background-color css
<style>
a { background-color: #673BB6; }
a { background-color: rgb(103,59,182); }
div.DivClassName
{
background-color: #673BB6;
}
.BgClassName
{
background-color: #673BB6;
}
</style>
border-color css
<style>
span { border-color: #673BB6; }
span { border-color: rgb(103,59,182); }
td.TdClassName
{
border-color: #673BB6;
}
.TagClassName
{
border-color: #673BB6;
}
</style>